colorizer: add
This commit is contained in:
parent
39e2ad9fe2
commit
8e5f73550f
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
init.lua
2
init.lua
|
|
@ -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()
|
||||
|
|
|
|||
1
pack/general/start/nvim-colorizer.lua
Submodule
1
pack/general/start/nvim-colorizer.lua
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit dde3084106a70b9a79d48f426f6d6fec6fd203f7
|
||||
Loading…
Add table
Reference in a new issue