Merge branch 'master' of github.com:fernandom06/kickstart.nvim into add-flutter-config
This commit is contained in:
commit
3eb075ec73
4 changed files with 41 additions and 2 deletions
11
init.lua
11
init.lua
|
|
@ -558,8 +558,17 @@ require('lazy').setup({
|
|||
local servers = {
|
||||
-- clangd = {},
|
||||
-- gopls = {},
|
||||
pyright = {},
|
||||
pyright = {
|
||||
settings = {
|
||||
python = {
|
||||
analysis = {
|
||||
typeCheckingMode = "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
ruff = {},
|
||||
mypy = {},
|
||||
taplo = {}, -- LSP for toml files
|
||||
debugpy = {},
|
||||
-- dart-debug-adapter = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue