1
0
Fork 0

colorizer: add

This commit is contained in:
Felipe 2023-11-02 02:44:34 -03:00
parent 39e2ad9fe2
commit 8e5f73550f
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View file

@ -131,3 +131,6 @@
[submodule "pack/general/opt/lsp-timeout.nvim"]
path = pack/general/opt/lsp-timeout.nvim
url = https://github.com/hinell/lsp-timeout.nvim
[submodule "pack/general/start/nvim-colorizer.lua"]
path = pack/general/start/nvim-colorizer.lua
url = https://github.com/NvChad/nvim-colorizer.lua

View file

@ -661,3 +661,5 @@ vim.keymap.set({ "n", "o", "x" }, "w", "<cmd>lua require('spider').motion('w')<C
vim.keymap.set({ "n", "o", "x" }, "e", "<cmd>lua require('spider').motion('e')<CR>", { desc = "Spider-e" })
vim.keymap.set({ "n", "o", "x" }, "b", "<cmd>lua require('spider').motion('b')<CR>", { desc = "Spider-b" })
vim.keymap.set({ "n", "o", "x" }, "ge", "<cmd>lua require('spider').motion('ge')<CR>", { desc = "Spider-ge" })
--- colorizer
require 'colorizer'.setup()

@ -0,0 +1 @@
Subproject commit dde3084106a70b9a79d48f426f6d6fec6fd203f7