Add coc basic config, not fully working yet
This commit is contained in:
10
nvim-coc/lua/plugins/utility/comment.lua
Executable file
10
nvim-coc/lua/plugins/utility/comment.lua
Executable file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
-- add comment keybinds
|
||||
'numToStr/Comment.nvim',
|
||||
opts = {},
|
||||
lazy = false,
|
||||
config = function()
|
||||
require('Comment').setup()
|
||||
require('Comment.ft').set('hyprlang', '#%s')
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user