1
0

Merge remote-tracking branch 'refs/remotes/origin/nvim' into nvim

This commit is contained in:
2026-04-05 18:17:36 +02:00
3 changed files with 3 additions and 4 deletions

View File

@@ -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'
-- }}} -- }}}