neovim/lua/plugins/commentary.lua

6 lines
128 B
Lua
Raw Permalink Normal View History

2024-06-28 08:51:10 +00:00
return {
"https://github.com/tpope/vim-commentary",
config = function()
vim.cmd [[filetype plugin on]]
end
}