mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added folding
This commit is contained in:
parent
b1c78e2ca6
commit
8ab516982b
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
|||
vim.opt.expandtab = true
|
||||
vim.opt.tabstop = 2
|
||||
|
||||
-- Folding
|
||||
vim.o.foldmethod = "indent"
|
||||
vim.o.foldlevelstart = 99
|
||||
|
||||
-- Init Snippets
|
||||
vim.g.snipMate = { snippet_version = 1 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue