mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 10:48:40 +02:00
enc: make modular config
This commit is contained in:
parent
d46370f0b3
commit
624d3aceb6
10 changed files with 610 additions and 374 deletions
|
@ -1,12 +1,12 @@
|
|||
local status_ok, mason_null_ls = pcall(require, "mason-null-ls")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
mason_null_ls.setup({
|
||||
ensure_installed = {
|
||||
-- Opt to list sources here, when available in mason.
|
||||
},
|
||||
automatic_setup = true,
|
||||
handlers = {},
|
||||
})
|
||||
-- mason_null_ls.setup_handlers({})
|
||||
-- local status_ok, mason_null_ls = pcall(require, "mason-null-ls")
|
||||
-- if not status_ok then
|
||||
-- return
|
||||
-- end
|
||||
-- mason_null_ls.setup({
|
||||
-- ensure_installed = {
|
||||
-- -- Opt to list sources here, when available in mason.
|
||||
-- },
|
||||
-- automatic_setup = true,
|
||||
-- handlers = {},
|
||||
-- })
|
||||
-- -- mason_null_ls.setup_handlers({})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue