this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvim: lsp, pylsp -> pyright

+2 -1
+2 -1
nvim/lua/plugins/lsp.lua
··· 41 41 "eslint", 42 42 "bashls", 43 43 "rust_analyzer", 44 - "pylsp", 44 + "pyright", 45 45 "yamlls", 46 46 "denols", 47 47 }, ··· 110 110 cmd = { "gopls" }, 111 111 filetypes = { "go", "gomod", "gowork", "gotmpl" }, 112 112 } 113 + LangServers.pyright = {} 113 114 114 115 function SetupLspHandlers() 115 116 for server_name, server_config in pairs(LangServers) do