more nvim config
This commit is contained in:
parent
4ecc5566b4
commit
6d6e894f53
14 changed files with 107 additions and 120 deletions
|
|
@ -21,7 +21,7 @@ vim.o.softtabstop = -1
|
|||
-- Save undo history
|
||||
vim.o.undofile = true
|
||||
|
||||
-- Case-insensitive searching UNLESS \C or capital in search
|
||||
-- Case-insensitive searching
|
||||
vim.o.ignorecase = true
|
||||
vim.o.smartcase = true
|
||||
|
||||
|
|
@ -32,8 +32,5 @@ vim.wo.signcolumn = 'yes'
|
|||
vim.o.updatetime = 250
|
||||
vim.o.timeoutlen = 300
|
||||
|
||||
-- Enable TrueColor
|
||||
vim.o.termguicolors = true
|
||||
|
||||
vim.o.splitbelow = true
|
||||
vim.o.splitright = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue