mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: set shiftwidth for nix
This commit is contained in:
parent
ff5c9dd314
commit
c31bcb0790
1 changed files with 3 additions and 0 deletions
|
|
@ -1,2 +1,5 @@
|
||||||
local opts = require("opts")
|
local opts = require("opts")
|
||||||
opts.matchit_let_in()
|
opts.matchit_let_in()
|
||||||
|
|
||||||
|
vim.o.expandtab = true
|
||||||
|
vim.o.shiftwidth = 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue