1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: changed not needed coc reference for lsp one

This commit is contained in:
2023-08-24 14:46:43 +02:00
parent 075bf61358
commit 0b85b42d15
3 changed files with 4 additions and 5 deletions

View File

@@ -96,8 +96,6 @@ vim.keymap.set('n', 'Zt', '<NOP>', { noremap = true })
vim.keymap.set('n', 'K', function()
local winid = require('ufo').peekFoldedLinesUnderCursor()
if not winid then
-- choose one of coc.nvim and nvim lsp
vim.fn.CocActionAsync('definitionHover') -- coc.nvim
vim.lsp.buf.hover()
end
end)

View File

@@ -373,6 +373,7 @@ return require("lazy").setup({
"css",
"html",
"markdown",
"markdown_inline",
"latex",
"python",
"lua",