mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
task: Updated nvim config
This commit is contained in:
parent
c872be008f
commit
5b5b0d4fa7
1 changed files with 5 additions and 4 deletions
|
|
@ -27,16 +27,17 @@ require("lazy").setup({
|
|||
version = false, -- always use the latest git commit
|
||||
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
||||
},
|
||||
install = { colorscheme = { "tokyonight", "habamax" } },
|
||||
install = { colorscheme = { "tokyonight", "habamax", "catppuccin-mocha" } },
|
||||
|
||||
checker = { enabled = true }, -- automatically check for plugin updates
|
||||
performance = {
|
||||
rtp = {
|
||||
-- disable some rtp plugins
|
||||
disabled_plugins = {
|
||||
"gzip",
|
||||
-- "matchit",
|
||||
-- "matchparen",
|
||||
-- "netrwPlugin",
|
||||
"matchit",
|
||||
"matchparen",
|
||||
"netrwPlugin",
|
||||
"tarPlugin",
|
||||
"tohtml",
|
||||
"tutor",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue