diff options
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/vim/ftplugin/nix.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/vim/ftplugin/nix.lua b/dotfiles/vim/ftplugin/nix.lua index 7401054..e838d75 100644 --- a/dotfiles/vim/ftplugin/nix.lua +++ b/dotfiles/vim/ftplugin/nix.lua | |||
@@ -4,3 +4,4 @@ vim.bo.softtabstop = 2 | |||
4 | 4 | ||
5 | vim.opt_local.comments = { ":#", "s1:/*", "ex:*/", } | 5 | vim.opt_local.comments = { ":#", "s1:/*", "ex:*/", } |
6 | vim.bo.commentstring = "# %s" | 6 | vim.bo.commentstring = "# %s" |
7 | vim.opt_local.cinkeys:remove("0#") | ||