This commit is contained in:
Yaser Alraddadi 2024-07-05 18:21:07 +03:00
parent bb1721e7ab
commit 73ae089825
3 changed files with 23 additions and 1 deletions

View file

@ -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 = {