First draft at going back to nvim
This commit is contained in:
parent
b8b20cf817
commit
37afe78942
9 changed files with 82 additions and 169 deletions
7
nvim/lua/config/vimopts.lua
Normal file
7
nvim/lua/config/vimopts.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
vim.opt.shiftwidth = 4
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
vim.opt.wrap = true
|
||||
vim.opt.spell = true
|
||||
vim.opt.spelllang = "en"
|
Loading…
Add table
Add a link
Reference in a new issue