fix: lsp icons
This commit is contained in:
@@ -32,7 +32,7 @@ Config.now_if_args(function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
-- LSP
|
-- LSP
|
||||||
Config.later(function()
|
Config.now_if_args(function()
|
||||||
vim.pack.add({ "https://github.com/neovim/nvim-lspconfig" })
|
vim.pack.add({ "https://github.com/neovim/nvim-lspconfig" })
|
||||||
vim.lsp.enable({ "ansiblels", "gopls", "intelephense", "lua_ls", "svelte", "tailwindcss", "tsc", "dartls" })
|
vim.lsp.enable({ "ansiblels", "gopls", "intelephense", "lua_ls", "svelte", "tailwindcss", "tsc", "dartls" })
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user