nvim/lua/plugins/comment.lua
Evie Litherland-Smith 7d3109f60e Separate LSP config and nvim-cmp
Make nvim-cmp standalone, lazy lone on InsertEnter and be used by neorg
to enable treesitter integration (no LSP available)

Move LSP config into lspconfig.lua

Optimise some startup conditions
2023-05-20 12:44:21 +01:00

7 lines
118 B
Lua

return {
"numToStr/Comment.nvim",
keys = { "gcc", "gcb" },
config = true,
opts = { ignore = "^$" },
}