Merge remote-tracking branch 'refs/remotes/origin/nvim' into nvim
This commit is contained in:
3
init.lua
3
init.lua
@@ -8,6 +8,7 @@ pcall(require, 'treesitter')
|
||||
-- }}}
|
||||
|
||||
-- General Editor Settings {{{
|
||||
vim.opt.termguicolors = true
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.cursorline = true
|
||||
@@ -20,8 +21,6 @@ vim.opt.wildmenu = true
|
||||
vim.opt.wrap = false
|
||||
vim.opt.ignorecase = true
|
||||
vim.opt.smartcase = true
|
||||
vim.opt.updatetime = 250
|
||||
vim.opt.timeoutlen = 300
|
||||
vim.opt.inccommand = 'split'
|
||||
vim.opt.foldmethod = 'marker'
|
||||
-- }}}
|
||||
|
||||
Reference in New Issue
Block a user