fix commentstring for nix files

This commit is contained in:
Pim Kunis 2023-10-31 21:15:27 +01:00
parent 86b86aeee8
commit 6c93763b3e

View file

@ -38,7 +38,7 @@
{ {
plugin = vim-commentary; plugin = vim-commentary;
type = "lua"; type = "lua";
config = "vim.cmd([[autocmd FileType nix setlocal commentstring=#\ %s]])"; config = "vim.cmd([[autocmd FileType nix setlocal commentstring=#%s]])";
} }
vim-sleuth vim-sleuth
{ {