more lazyvim things

This commit is contained in:
liv 2024-03-02 17:45:40 +01:00
parent b492a75485
commit b40007d643
3 changed files with 2 additions and 18 deletions

View file

@ -6,3 +6,4 @@ dot_config/doom/init.el
dot_config/doom/config.el
dot_config/doom/packages.el
dot_config/nvim/lazy-lock.json
dot_config/nvim/lazyvim.json

View file

@ -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
}

View file

@ -14,18 +14,13 @@ require("lazy").setup({
{ import = "lazyvim.plugins.extras.coding.yanky" },
{ import = "lazyvim.plugins.extras.editor.aerial" },
{ import = "lazyvim.plugins.extras.editor.leap" },
{ import = "lazyvim.plugins.extras.util.project" },
{ import = "lazyvim.plugins.extras.lang.rust" },
-- import/override with your plugins
{ import = "plugins" },
},
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,
-- 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 = "*", -- try installing the latest stable version for plugins that support semver
},
install = { colorscheme = { "tokyonight", "habamax" } },
checker = { enabled = true }, -- automatically check for plugin updates