nix-config/home/neovim/lua/plugins/nerdcommenter.lua

7 lines
118 B
Lua
Raw Normal View History

return {
"preservim/nerdcommenter",
config = function ()
vim.g["NERDDefaultAlign"] = "left"
end
}