feat: nvim config
This commit is contained in:
parent
dea5cbea29
commit
1f5442a4af
6 changed files with 59 additions and 198 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue