new nvim cfg
This commit is contained in:
parent
0e500b7d8f
commit
1c8f70a3a6
7 changed files with 42 additions and 95 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
vim.g.mapleader = "`"
|
||||
|
||||
-- Dont change cursor when entering insert mode
|
||||
-- Don't change cursor when entering insert mode
|
||||
vim.opt.guicursor = "i:block"
|
||||
|
||||
vim.opt.shiftwidth = 4
|
||||
|
@ -28,7 +28,7 @@ vim.o.cursorline = true
|
|||
|
||||
vim.opt.fillchars = { eob = " " }
|
||||
vim.o.clipboard = "unnamed"
|
||||
vim.o.background = "dark"
|
||||
vim.o.background = "light"
|
||||
|
||||
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions,globals"
|
||||
vim.o.swapfile = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue