git and colorscheme

This commit is contained in:
2022-09-30 19:18:15 +03:00
parent ab7626b330
commit d1862f0d15
5 changed files with 48 additions and 48 deletions

View File

@@ -5,7 +5,7 @@ end
local lspconfig = require("lspconfig")
local servers = { "jsonls", "sumneko_lua" }
local servers = { "jsonls", "sumneko_lua" , "pyright"}
lsp_installer.setup({
ensure_installed = servers,