fix commentstring for nix files
This commit is contained in:
parent
86b86aeee8
commit
6c93763b3e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
{
|
||||
plugin = vim-commentary;
|
||||
type = "lua";
|
||||
config = "vim.cmd([[autocmd FileType nix setlocal commentstring=#\ %s]])";
|
||||
config = "vim.cmd([[autocmd FileType nix setlocal commentstring=#%s]])";
|
||||
}
|
||||
vim-sleuth
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue