Merge branch 'master' of github.com:gam-phon/kickstart.nvim

This commit is contained in:
Yaser Alraddadi 2024-07-16 23:29:36 +03:00
commit 173ac0d4de
No known key found for this signature in database
GPG key ID: 808212144E6DBE90
3 changed files with 25 additions and 13 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,8 +730,11 @@ require('lazy').setup({
html = {},
jsonls = {},
tailwindcss = {},
-- js -> LSP: tsserver, Formatter & linter: biome
-- npm install -g @biomejs/biome
biome = {},
-- npm install -g typescript typescript-language-server
tsserver = {},
ltex = {
ltex = {
additionalRules = {