feat: use biome as lsp
This commit is contained in:
@@ -33,7 +33,7 @@ end)
|
|||||||
-- LSP
|
-- LSP
|
||||||
Config.now_if_args(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', 'phpantom_lsp', 'svelte', 'tailwindcss', 'tsc' })
|
vim.lsp.enable({ 'ansiblels', 'gopls', 'phpantom_lsp', 'svelte', 'tailwindcss', 'tsc', 'biome' })
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- Formatting
|
-- Formatting
|
||||||
|
|||||||
Reference in New Issue
Block a user