update nvim config
This commit is contained in:
parent
9f384d76f4
commit
660eba4b9f
3 changed files with 64 additions and 34 deletions
4
lua/set.lua
Normal file
4
lua/set.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
vim.o.guicursor = ""
|
||||
vim.o.nu = true
|
||||
vim.o.relativenumber = true
|
||||
vim.o.mouse = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue