Nvim: new pugins + some disabled ones
Some experiments with AI
This commit is contained in:
11
.config/nvim/lua/plugins/coolchunk.lua
Normal file
11
.config/nvim/lua/plugins/coolchunk.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
'Mr-LLLLL/cool-chunk.nvim',
|
||||
event = { "CursorHold", "CursorHoldI" },
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
config = function()
|
||||
require('cool-chunk').setup({})
|
||||
end,
|
||||
enabled = false
|
||||
}
|
||||
Reference in New Issue
Block a user