fixed lazy

This commit is contained in:
Bryan Ramos 2026-05-02 00:54:09 -04:00
parent ef4972deb9
commit 87403b7d6f
6 changed files with 96 additions and 27 deletions

View file

@ -14,6 +14,12 @@ git clone git@github.com:itme-brain/nvim.git ~/.config/nvim
git clone --recurse-submodules git@github.com:itme-brain/nixos.git
```
## Plugin Lockfile
This config does not commit `lazy-lock.json`.
When Home Manager deploys this config from a flake, `~/.config/nvim` can point into `/nix/store`, which is read-only. lazy.nvim normally writes its lockfile to `stdpath("config")`, so this config stores the runtime lockfile at `stdpath("state") .. "/lazy-lock.json"` instead.
## Features
- **Native LSP** (`vim.lsp.config` / `vim.lsp.enable`) - no manual server list needed