feat(treesitter): replace nvim-treesitter with pack-managed parsers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local lsp = require("lsp")
|
||||
|
||||
local lua_library_paths = { vim.env.VIMRUNTIME }
|
||||
vim.list_extend(lua_library_paths, require("pack").paths)
|
||||
vim.list_extend(lua_library_paths, require("pack").get_paths())
|
||||
|
||||
---@type vim.lsp.Config
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user