summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2023-02-01 08:42:18 +0100
committerMinijackson <minijackson@riseup.net>2023-02-01 08:42:18 +0100
commite25a892746b7566ed50a5d6af8f0767efc53d7b5 (patch)
tree624075a50518872ad18122f662073a29b1f8bf25
parentba59811e6431cab96bf4c596f7d029c798a5d3a6 (diff)
downloadnixos-config-reborn-e25a892746b7566ed50a5d6af8f0767efc53d7b5.tar.gz
nixos-config-reborn-e25a892746b7566ed50a5d6af8f0767efc53d7b5.zip
vim: remove 0-aligned # for nix filetypes
-rw-r--r--dotfiles/vim/ftplugin/nix.lua1
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
5vim.opt_local.comments = { ":#", "s1:/*", "ex:*/", } 5vim.opt_local.comments = { ":#", "s1:/*", "ex:*/", }
6vim.bo.commentstring = "# %s" 6vim.bo.commentstring = "# %s"
7vim.opt_local.cinkeys:remove("0#")