forked from mirrors_public/oddlama_nix-config
feat(nvim): use ts=2 for nix
This commit is contained in:
parent
9f2a34d83b
commit
b080fe68d5
1 changed files with 4 additions and 0 deletions
4
users/myuser/neovim/ftplugin/nix.lua
Normal file
4
users/myuser/neovim/ftplugin/nix.lua
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
vim.opt_local.expandtab = true
|
||||||
|
vim.opt_local.tabstop = 2
|
||||||
|
vim.opt_local.shiftwidth = 2
|
||||||
|
vim.opt_local.softtabstop = 2
|
Loading…
Add table
Add a link
Reference in a new issue