mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
fix lsp
This commit is contained in:
parent
bdf91e1102
commit
9157e06160
5 changed files with 26 additions and 181 deletions
|
|
@ -64,8 +64,7 @@ in
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
xdg.configFile."nvim/nvim-pack-lock.json".source =
|
||||
config.lib.file.mkOutOfStoreSymlink packLockPath;
|
||||
xdg.configFile."nvim/nvim-pack-lock.json".source = config.lib.file.mkOutOfStoreSymlink packLockPath;
|
||||
|
||||
home.activation.seedNvimPackLock = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
state_dir="${config.xdg.stateHome}/nvim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue