diff --git a/.config/nvim/lua/tovi/plugins/nvim-ts-context-commentstring.lua b/.config/nvim/lua/tovi/plugins/nvim-ts-context-commentstring.lua new file mode 100644 index 0000000..038cec2 --- /dev/null +++ b/.config/nvim/lua/tovi/plugins/nvim-ts-context-commentstring.lua @@ -0,0 +1,5 @@ +return { + 'JoosepAlviste/nvim-ts-context-commentstring', + event = { 'BufRead', 'BufNewFile' }, + config = true, +}