Move more keybindings to lua, remove dashboard

This commit is contained in:
2021-05-20 08:58:27 +02:00
parent 22d89321a5
commit e9005d0c92
5 changed files with 13 additions and 15 deletions

View File

@@ -13,8 +13,8 @@ require'lspconfig'.pyright.setup {
settings = {
python = {
analysis = {
typeCheckingMode = O.python.analysis.type_checking,
autoSearchPaths = O.python.analysis.auto_search_paths,
typeCheckingMode = O.python.analysis.type_checking,
autoSearchPaths = O.python.analysis.auto_search_paths,
useLibraryCodeForTypes = O.python.analysis.use_library_code_types
}
}