add: update config default python

This commit is contained in:
asep.komarudin 2024-06-28 21:29:11 +07:00
parent e3ebfb7a5b
commit 3388bdd1d7
4 changed files with 34 additions and 10 deletions

View file

@ -92,10 +92,10 @@ if pcode.active_golang_config then
end
-- run if python config true
if pcode.active_python_config then
table.insert(pcode.treesitter_ensure_installed, "python")
table.insert(pcode.mason_ensure_installed, "pyright")
table.insert(pcode.null_ls_ensure_installed, "flake8")
table.insert(pcode.null_ls_ensure_installed, "black")
-- table.insert(pcode.treesitter_ensure_installed, "python")
-- table.insert(pcode.mason_ensure_installed, "pyright")
-- table.insert(pcode.null_ls_ensure_installed, "flake8")
-- table.insert(pcode.null_ls_ensure_installed, "black")
if vim.fn.has("win32") ~= 1 then
pcode.nvim_dap = true
end