feat: switch from lazy to vim.pack
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
local lsp = require("lsp")
|
||||
local util = require("util")
|
||||
|
||||
local lua_library_paths = {
|
||||
vim.env.VIMRUNTIME,
|
||||
}
|
||||
for _, plugin in ipairs(require("lazy").plugins()) do
|
||||
table.insert(lua_library_paths, plugin.dir)
|
||||
end
|
||||
local lua_library_paths = require("plugin").get_paths()
|
||||
table.insert(lua_library_paths, vim.env.VIMRUNTIME)
|
||||
|
||||
---@type vim.lsp.Config
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user