diff --git a/users/myuser/neovim/ftplugin/nix.lua b/users/myuser/neovim/ftplugin/nix.lua new file mode 100644 index 0000000..61d6fcf --- /dev/null +++ b/users/myuser/neovim/ftplugin/nix.lua @@ -0,0 +1,4 @@ +vim.opt_local.expandtab = true +vim.opt_local.tabstop = 2 +vim.opt_local.shiftwidth = 2 +vim.opt_local.softtabstop = 2