update
This commit is contained in:
parent
bb1721e7ab
commit
73ae089825
3 changed files with 23 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -668,6 +668,7 @@ require('lazy').setup({
|
|||
},
|
||||
},
|
||||
|
||||
-- python -> LSP: basedpyright, Formatter & linter
|
||||
-- https://github.com/astral-sh/ruff/blob/main/crates/ruff_server/docs/setup/NEOVIM.md
|
||||
ruff = {
|
||||
-- Disable hover in favor of Pyright
|
||||
|
|
@ -729,6 +730,7 @@ require('lazy').setup({
|
|||
html = {},
|
||||
jsonls = {},
|
||||
tailwindcss = {},
|
||||
-- js -> LSP: tsserver, Formatter & linter: biome
|
||||
-- npm install -g @biomejs/biome
|
||||
biome = {},
|
||||
ltex = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue