From 393bf3e87328202f73372961923d78ba91bfd220 Mon Sep 17 00:00:00 2001 From: Jannik Buhr Date: Sat, 18 Nov 2023 16:12:04 +0100 Subject: [PATCH] use less intrusive emmet lsp --- lua/plugins/quarto.lua | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lua/plugins/quarto.lua b/lua/plugins/quarto.lua index e077c6d..96e3dd9 100644 --- a/lua/plugins/quarto.lua +++ b/lua/plugins/quarto.lua @@ -256,7 +256,7 @@ return { flags = lsp_flags, }) - lspconfig.emmet_ls.setup({ + lspconfig.emmet_language_server.setup({ on_attach = on_attach, capabilities = capabilities, flags = lsp_flags, @@ -338,7 +338,7 @@ return { -- Too slow on linux for -- python projects -- where pyright and nvim both create many watchers otherwise - -- if it is not fixed by + -- if it is not fixed by -- capabilities.workspace.didChangeWatchedFiles.dynamicRegistration = false -- up top -- local ok, wf = pcall(require, "vim.lsp._watchfiles") @@ -488,11 +488,7 @@ return { { "ray-x/cmp-treesitter" }, { "kdheepak/cmp-latex-symbols" }, { "jmbuhr/cmp-pandoc-references" }, - { - "L3MON4D3/LuaSnip", - version = nil, - branch = "master", - }, + { "L3MON4D3/LuaSnip" }, { "rafamadriz/friendly-snippets" }, { "onsails/lspkind-nvim" }, @@ -581,8 +577,8 @@ return { with_text = true, menu = { otter = "[🦦]", - luasnip = "[snip]", nvim_lsp = "[LSP]", + luasnip = "[snip]", buffer = "[buf]", path = "[path]", spell = "[spell]",