This commit is contained in:
2025-07-29 21:50:01 +02:00
parent 6fb6dcc729
commit 9e59dda5af
+4 -2
View File
@@ -23,7 +23,6 @@ vim.cmd [[
set expandtab set expandtab
set nohlsearch set nohlsearch
set incsearch set incsearch
set scrolloff=999
set guicursor=n-v-c:block-Cursor set guicursor=n-v-c:block-Cursor
nnoremap ,co :copen<CR> nnoremap ,co :copen<CR>
@@ -53,6 +52,9 @@ vim.cmd [[
nnoremap <c-k> <c-w>k nnoremap <c-k> <c-w>k
nnoremap <c-l> <c-w>l nnoremap <c-l> <c-w>l
nnoremap <c-d> <c-d>zz
nnoremap <c-u> <c-u>zz
tnoremap <c-w>c <c-\><c-n><c-w>c tnoremap <c-w>c <c-\><c-n><c-w>c
autocmd TextYankPost * silent! lua vim.highlight.on_yank {higroup='Visual', timeout=100} autocmd TextYankPost * silent! lua vim.highlight.on_yank {higroup='Visual', timeout=100}
@@ -522,7 +524,7 @@ require'lazy'.setup{ --{{{1
sync_install = false, sync_install = false,
auto_install = true, auto_install = true,
indent = { indent = {
enable = false, enable = true,
}, },
highlight = { highlight = {
enable = true, enable = true,