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 {{{
|
-- General Editor Settings {{{
|
||||||
|
vim.opt.termguicolors = true
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
vim.opt.relativenumber = true
|
vim.opt.relativenumber = true
|
||||||
vim.opt.cursorline = true
|
vim.opt.cursorline = true
|
||||||
@@ -20,8 +21,6 @@ vim.opt.wildmenu = true
|
|||||||
vim.opt.wrap = false
|
vim.opt.wrap = false
|
||||||
vim.opt.ignorecase = true
|
vim.opt.ignorecase = true
|
||||||
vim.opt.smartcase = true
|
vim.opt.smartcase = true
|
||||||
vim.opt.updatetime = 250
|
|
||||||
vim.opt.timeoutlen = 300
|
|
||||||
vim.opt.inccommand = 'split'
|
vim.opt.inccommand = 'split'
|
||||||
vim.opt.foldmethod = 'marker'
|
vim.opt.foldmethod = 'marker'
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|||||||
Submodule pack/plugins/start/mini.nvim updated: 94cae4660a...a995fe9cd4
Submodule pack/plugins/start/nvim-treesitter updated: 42fc28ba91...1970f0d3bb
Reference in New Issue
Block a user