nixos-configs/home-manager/neovim/commentary.lua

3 lines
128 B
Lua
Raw Normal View History

2023-11-07 13:54:14 +01:00
vim.cmd([[autocmd FileType nix setlocal commentstring=#%s]])
vim.cmd([[autocmd FileType terraform setlocal commentstring=#%s]])