git and colorscheme
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -16,7 +16,7 @@ null_ls.setup({
|
||||
formatting.prettier.with({ extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" } }),
|
||||
formatting.black.with({ extra_args = { "--fast" } }),
|
||||
formatting.stylua,
|
||||
diagnostics.flake8,
|
||||
--diagnostics.flake8,
|
||||
diagnostics.cppcheck,
|
||||
code_actions.refactoring
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user