This commit is contained in:
iFargle 2024-02-07 12:48:06 +09:00
parent 281b1ed0cf
commit 51b9b6ff5f

View file

@ -7,7 +7,7 @@
vimAlias = true;
vimdiffAlias = true;
plugins = with pkgs.vimPlugins; [
nvchad
LazyVim
fugitive
fzf-vim
fzf-lua
@ -28,14 +28,14 @@
# Link the nvchad files to my homedir
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
xdg.configFile."nvim" = {
enable = true;
enable = false;
recursive = true;
source = "${pkgs.vimPlugins.nvchad}/";
target = "./nvim";
};
xdg.configFile."nvim-custom-plugins" = {
enable = true;
enable = false;
target = "./nvim/lua/custom/plugins.lua";
text = ''
local overrides = require("custom.configs.overrides")