341 current 1970-01-01 01:00:00 23.11.20240522.4639777 6.6.30-rt30 *
This commit is contained in:
30
modules/home/shell/nvim-lua/lazy_setup.lua
Normal file
30
modules/home/shell/nvim-lua/lazy_setup.lua
Normal file
@ -0,0 +1,30 @@
|
||||
require("lazy").setup({
|
||||
{
|
||||
"AstroNvim/AstroNvim",
|
||||
verson = "^4",
|
||||
import = "astronvim.plugins",
|
||||
opts = {
|
||||
mapleader = " ",
|
||||
maplocalleader = ",",
|
||||
icons_enabled = true,
|
||||
pin_plugins = nil,
|
||||
update_notifications = true,
|
||||
},
|
||||
},
|
||||
{ import = "community" },
|
||||
-- { import = "plugins" },
|
||||
}, {
|
||||
install = { colorscheme = { "astrodark", "habamax" } },
|
||||
ui = { backdrop = 100 },
|
||||
performance = {
|
||||
rtp = {
|
||||
disabled_plugins = {
|
||||
"gzip",
|
||||
"netrwPlugin",
|
||||
"tarPlugin",
|
||||
"tohtml",
|
||||
"zipPlugin",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user