From 69d8543495446040d03a5217aea4684889d3f64f Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 20 May 2024 22:07:29 +0200 Subject: [PATCH] remove emmylua since neovim has builtin annotation Seee also this https://github.com/neovim/neovim/pull/24493 --- lua/config/lsp.lua | 2 +- lua/plugin_specs.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 7c6fb79..aac7a90 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -234,7 +234,7 @@ if utils.executable("lua-language-server") then -- see also https://github.com/LuaLS/lua-language-server/wiki/Libraries#link-to-workspace . -- Lua-dev.nvim also has similar settings for lua ls, https://github.com/folke/neodev.nvim/blob/main/lua/neodev/luals.lua . library = { - fn.stdpath("data") .. "/lazy/emmylua-nvim", + vim.env.VIMRUNTIME, fn.stdpath("config"), }, maxPreload = 2000, diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua index 613edb5..cfda259 100644 --- a/lua/plugin_specs.lua +++ b/lua/plugin_specs.lua @@ -480,7 +480,6 @@ local plugin_specs = { end, }, - { "ii14/emmylua-nvim", ft = "lua" }, { "j-hui/fidget.nvim", event = "VeryLazy",