Add nvim lua config

This commit is contained in:
Martin Pander
2023-03-04 15:09:33 +01:00
parent ba753ce503
commit c88a1c6883
4 changed files with 262 additions and 0 deletions

7
nvim/lua/basic.lua Normal file
View 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