1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-08-24 19:39:08 +00:00

[neovim] Remove unused lsp server

This commit is contained in:
2022-10-08 20:20:30 +02:00
parent efbd6fe295
commit 705fcff7d9
2 changed files with 0 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
return {
settings = {
python = {
analysis = {
typeCheckingMode = "off",
},
},
},
}