style: defaults
This commit is contained in:
@@ -6,26 +6,24 @@ local config = {
|
||||
icons = {
|
||||
package_installed = "✓",
|
||||
package_pending = "➜",
|
||||
package_uninstalled = "✗"
|
||||
}
|
||||
package_uninstalled = "✗",
|
||||
},
|
||||
},
|
||||
ensure_isntalled = {
|
||||
lsp = {
|
||||
"typescript-language-server",
|
||||
"eslint-lsp"
|
||||
},
|
||||
dap = {
|
||||
"eslint-lsp",
|
||||
},
|
||||
dap = {},
|
||||
linter = {
|
||||
"eslint_d"
|
||||
"eslint_d",
|
||||
},
|
||||
formatter = {
|
||||
"prettier"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
,
|
||||
"prettier",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
@@ -46,7 +44,7 @@ local config = {
|
||||
},
|
||||
},
|
||||
{
|
||||
'stevearc/overseer.nvim',
|
||||
"stevearc/overseer.nvim",
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
@@ -56,8 +54,7 @@ local config = {
|
||||
opts = {
|
||||
suppressed_dirs = { "~/", "~/Downloads", "/" },
|
||||
},
|
||||
}
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
return config
|
||||
|
||||
@@ -11,8 +11,8 @@ return {
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
-- "dqnid/komau.vim",
|
||||
dir = "~/Documents/Code/komau.vim",
|
||||
"dqnid/komau.vim",
|
||||
-- dir = "~/Documents/Code/komau.vim",
|
||||
opts = {
|
||||
style = "auto", -- "dark" | "light" | "auto" (uses &background)
|
||||
transparent = false,
|
||||
|
||||
Reference in New Issue
Block a user