mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 10:48:40 +02:00
add config ensure installed
This commit is contained in:
parent
0b8d7cdf85
commit
a7bd97a3c7
5 changed files with 35 additions and 2 deletions
|
@ -93,6 +93,9 @@ vim.g.pcode_unregister_lsp = {
|
|||
}
|
||||
|
||||
-- https://github.com/jose-elias-alvarez/null-ls.nvim/blob/main/doc/BUILTINS.md
|
||||
vim.g.pcode_null_ls_ensure_installed = {
|
||||
"stylua",
|
||||
}
|
||||
local formatting = {}
|
||||
local diagnostics = {}
|
||||
vim.g.pcode_null_ls_sources = {
|
||||
|
@ -100,6 +103,12 @@ vim.g.pcode_null_ls_sources = {
|
|||
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
|
||||
vim.g.pcode_dap_ensure_installed = {
|
||||
-- "python",
|
||||
}
|
||||
|
||||
-- https://github.com/folke/which-key.nvim
|
||||
vim.g.pcode_whichkey = {
|
||||
-- contoh penambahan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue