dotfiles/home/.config/nvim/lua/plugins/commentstring.lua

6 lines
144 B
Lua
Raw Normal View History

-- treesitter plugin for commentstring
return {
"JoosepAlviste/nvim-ts-context-commentstring",
dependencies = { "tpope/vim-commentary" },
}