X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/43d1e26cb1d85fb4f0243a1819e356a7cde37be1..d08d39f309bc1a22b21f0876d68171e9f38a0c5f:/nvim/lua/config/lazy.lua?ds=inline diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 1eebb56..68de635 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -16,6 +16,7 @@ require("lazy").setup({ -- { import = "lazyvim.plugins.extras.ui.mini-animate" }, -- import/override with your plugins { import = "plugins" }, + { import = "plugins.lang" }, }, defaults = { -- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup. @@ -26,7 +27,7 @@ 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 = { "onenord", "habamax" } }, checker = { -- automatically check for plugin updates enabled = true, @@ -41,7 +42,7 @@ require("lazy").setup({ "gzip", -- "matchit", -- "matchparen", - -- "netrwPlugin", + "netrwPlugin", "tarPlugin", "tohtml", "tutor",