mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fix(nvim): cmp finally stopped jumping around
This commit is contained in:
parent
859e77550e
commit
d2c8493f28
10 changed files with 61 additions and 109 deletions
|
|
@ -27,6 +27,8 @@ vim.opt.smartindent = true
|
|||
|
||||
vim.opt.scrolloff = 14
|
||||
|
||||
vim.opt.cmdheight = 0
|
||||
|
||||
vim.api.nvim_create_autocmd("TextYankPost", {
|
||||
callback = function()
|
||||
vim.highlight.on_yank()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue