feat: nvim config

This commit is contained in:
Rasyidan Akbar F. 2025-10-27 14:33:13 +07:00
commit 1f5442a4af
6 changed files with 59 additions and 198 deletions

View file

@ -21,6 +21,8 @@ require("lazy").setup({
-- import/override with your plugins
{ import = "plugins" },
},
-- Put the lockfile somewhere writable when the config directory is managed by Nix
lockfile = vim.fn.stdpath("state") .. "/lazy-lock.json",
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.