Skip to content

Commit

Permalink
home/nvim: vimscript dir -> plugin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Jul 9, 2024
1 parent cf137f9 commit 386e488
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion home/common/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
VISUAL = "${pkgs.lib.getExe pkgs.neovim}";
};
xdg.configFile."nvim/spell".source = ./spell;
xdg.configFile."nvim/vimscript".source = ./vimscript;
xdg.configFile."nvim/plugin".source = ./plugin;
xdg.configFile."nvim/lazy-lock.json".source = mkOutOfStoreSymlink "${dotfilesDir}/home/common/nvim/lazy-lock.json";

xdg.configFile."nvim/lua/tomodachi94".source = ./lua/tomodachi94;
Expand Down
Empty file.
5 changes: 0 additions & 5 deletions home/common/nvim/vimscript/no-autoload/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions home/common/nvim/vimscript/no-autoload/source-vimscript.vim

This file was deleted.

0 comments on commit 386e488

Please sign in to comment.