Skip to content

Commit 779413c

Browse files
committed
update nvim install
1 parent b14422c commit 779413c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

home/nvim/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
pkgs,
33
lib,
44
inputs,
5+
config,
56
...
67
}: {
78
programs.neovim = {
@@ -21,7 +22,8 @@
2122
};
2223
in {
2324
"nvim/init.lua".source = ./init.lua;
24-
"nvim/lua".source = ./lua;
25+
# "nvim/lua".source = ./lua;
26+
"nvim/lua".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/home/nvim/lua";
2527
"nvim/ftplugin".source = ./ftplugin;
2628
"nvim/parser".source = "${treesitterParsers}/parser";
2729
"nvim/after/queries/go/textobjects.scm".source = ./go-textobjects.scm;
@@ -49,7 +51,7 @@
4951
"nvim-treesitter-textobjects"
5052
"quicker-nvim"
5153
"render-markdown-nvim"
52-
"snacks-nvim"
54+
# "snacks-nvim"
5355
]
5456
(
5557
name: {

0 commit comments

Comments
 (0)