Add nvim lua config
This commit is contained in:
7
nvim/lua/basic.lua
Normal file
7
nvim/lua/basic.lua
Normal file
@ -0,0 +1,7 @@
|
||||
vim.opt.mouse = 'a'
|
||||
vim.opt.history = 1000
|
||||
vim.opt.ruler = true
|
||||
vim.opt.ruler = true
|
||||
vim.opt.number = true
|
||||
vim.opt.showcmd = true
|
||||
vim.opt.ttimeoutlen = 100
|
||||
Reference in New Issue
Block a user