Merge branch 'master' of github.com:fernandom06/kickstart.nvim into add-flutter-config

This commit is contained in:
Fernando Muñoz Paredes 2024-06-11 13:00:23 +02:00
commit 3eb075ec73
4 changed files with 41 additions and 2 deletions

View file

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