nixos_dots/nvim/ftplugin/nix.lua

4 lines
88 B
Lua

vim.bo.expandtab = true
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.bo.softtabstop = 2