updated nvim config to 0.11 lsp
This commit is contained in:
parent
af6b443ef6
commit
04e711f146
5 changed files with 49 additions and 63 deletions
|
|
@ -27,15 +27,15 @@ vim.o.clipboard = "unnamedplus"
|
|||
-- ["*"] = paste,
|
||||
-- },
|
||||
-- }
|
||||
-- vim.api.nvim_exec(
|
||||
-- [[
|
||||
-- augroup YankHighlight
|
||||
-- autocmd!
|
||||
-- autocmd TextYankPost * silent! lua vim.highlight.on_yank()
|
||||
-- augroup end
|
||||
-- ]],
|
||||
-- false
|
||||
-- )
|
||||
vim.api.nvim_exec(
|
||||
[[
|
||||
augroup YankHighlight
|
||||
autocmd!
|
||||
autocmd TextYankPost * silent! lua vim.highlight.on_yank()
|
||||
augroup end
|
||||
]],
|
||||
false
|
||||
)
|
||||
|
||||
-- Restore cursor
|
||||
local restore_cursor_augroup = vim.api.nvim_create_augroup("restore_cursor_shape_on_exit", { clear = true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue