more lazyvim things
This commit is contained in:
parent
b492a75485
commit
b40007d643
3 changed files with 2 additions and 18 deletions
|
@ -6,3 +6,4 @@ dot_config/doom/init.el
|
||||||
dot_config/doom/config.el
|
dot_config/doom/config.el
|
||||||
dot_config/doom/packages.el
|
dot_config/doom/packages.el
|
||||||
dot_config/nvim/lazy-lock.json
|
dot_config/nvim/lazy-lock.json
|
||||||
|
dot_config/nvim/lazyvim.json
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"extras": [
|
|
||||||
"lazyvim.plugins.extras.coding.yanky",
|
|
||||||
"lazyvim.plugins.extras.editor.aerial",
|
|
||||||
"lazyvim.plugins.extras.editor.leap",
|
|
||||||
"lazyvim.plugins.extras.util.project"
|
|
||||||
],
|
|
||||||
"news": {
|
|
||||||
"NEWS.md": "2123"
|
|
||||||
},
|
|
||||||
"version": 2
|
|
||||||
}
|
|
|
@ -14,18 +14,13 @@ require("lazy").setup({
|
||||||
{ import = "lazyvim.plugins.extras.coding.yanky" },
|
{ import = "lazyvim.plugins.extras.coding.yanky" },
|
||||||
{ import = "lazyvim.plugins.extras.editor.aerial" },
|
{ import = "lazyvim.plugins.extras.editor.aerial" },
|
||||||
{ import = "lazyvim.plugins.extras.editor.leap" },
|
{ import = "lazyvim.plugins.extras.editor.leap" },
|
||||||
{ import = "lazyvim.plugins.extras.util.project" },
|
{ import = "lazyvim.plugins.extras.lang.rust" },
|
||||||
-- import/override with your plugins
|
-- import/override with your plugins
|
||||||
{ import = "plugins" },
|
{ import = "plugins" },
|
||||||
},
|
},
|
||||||
defaults = {
|
defaults = {
|
||||||
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.
|
|
||||||
-- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default.
|
|
||||||
lazy = false,
|
lazy = false,
|
||||||
-- It's recommended to leave version=false for now, since a lot the plugin that support versioning,
|
|
||||||
-- have outdated releases, which may break your Neovim install.
|
|
||||||
version = false, -- always use the latest git commit
|
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" } },
|
||||||
checker = { enabled = true }, -- automatically check for plugin updates
|
checker = { enabled = true }, -- automatically check for plugin updates
|
||||||
|
|
Loading…
Add table
Reference in a new issue