1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

remove emmylua since neovim has builtin annotation

Seee also this https://github.com/neovim/neovim/pull/24493
This commit is contained in:
jdhao 2024-05-20 22:07:29 +02:00
parent be3d134c37
commit 69d8543495
2 changed files with 1 additions and 2 deletions

View File

@ -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,

View File

@ -480,7 +480,6 @@ local plugin_specs = {
end,
},
{ "ii14/emmylua-nvim", ft = "lua" },
{
"j-hui/fidget.nvim",
event = "VeryLazy",