Merge branch 'master' of github.com:gam-phon/kickstart.nvim
This commit is contained in:
commit
173ac0d4de
3 changed files with 25 additions and 13 deletions
4
init.lua
4
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,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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue