fix bug null-ls source

This commit is contained in:
asep komarudin 2023-03-11 09:32:27 +07:00
parent 168685bcfb
commit c57685dfac
3 changed files with 17 additions and 9 deletions

View file

@ -110,12 +110,6 @@ vim.g.pcode_unregister_lsp = {
vim.g.pcode_null_ls_ensure_installed = {
"stylua",
}
local formatting = {}
local diagnostics = {}
vim.g.pcode_null_ls_sources = {
formatting.stylua, -- tambahkan di bawah sini
diagnostics.flake8, -- tambahkan di bawah sini
}
-- dap instal hanya support linux dan mac
-- https://github.com/jay-babu/mason-nvim-dap.nvim/blob/main/lua/mason-nvim-dap/mappings/source.lua