neovim/lua/plugins/commentary.lua

6 lines
128 B
Lua

return {
"https://github.com/tpope/vim-commentary",
config = function()
vim.cmd [[filetype plugin on]]
end
}