Skip to content

Commit

Permalink
remove emmylua since neovim has builtin annotation
Browse files Browse the repository at this point in the history
Seee also this neovim/neovim#24493
  • Loading branch information
jdhao committed May 20, 2024
1 parent be3d134 commit 69d8543
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lua/config/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion lua/plugin_specs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ local plugin_specs = {
end,
},

{ "ii14/emmylua-nvim", ft = "lua" },
{
"j-hui/fidget.nvim",
event = "VeryLazy",
Expand Down

0 comments on commit 69d8543

Please sign in to comment.