mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-08 12:53:02 -04:00
theres still more to do
This commit is contained in:
commit
641621a88a
13 changed files with 447 additions and 0 deletions
9
lua/sets.lua
Normal file
9
lua/sets.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
vim.opt.rnu = true
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.smarttab = true
|
||||
vim.opt.shiftround = true
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.smartcase = true
|
||||
vim.opt.ignorecase = true
|
||||
vim.opt.scrolloff = 4
|
Loading…
Add table
Add a link
Reference in a new issue