test
This commit is contained in:
parent
281b1ed0cf
commit
51b9b6ff5f
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
vimdiffAlias = true;
|
vimdiffAlias = true;
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
nvchad
|
LazyVim
|
||||||
fugitive
|
fugitive
|
||||||
fzf-vim
|
fzf-vim
|
||||||
fzf-lua
|
fzf-lua
|
||||||
|
@ -28,14 +28,14 @@
|
||||||
# Link the nvchad files to my homedir
|
# Link the nvchad files to my homedir
|
||||||
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
|
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
|
||||||
xdg.configFile."nvim" = {
|
xdg.configFile."nvim" = {
|
||||||
enable = true;
|
enable = false;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = "${pkgs.vimPlugins.nvchad}/";
|
source = "${pkgs.vimPlugins.nvchad}/";
|
||||||
target = "./nvim";
|
target = "./nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."nvim-custom-plugins" = {
|
xdg.configFile."nvim-custom-plugins" = {
|
||||||
enable = true;
|
enable = false;
|
||||||
target = "./nvim/lua/custom/plugins.lua";
|
target = "./nvim/lua/custom/plugins.lua";
|
||||||
text = ''
|
text = ''
|
||||||
local overrides = require("custom.configs.overrides")
|
local overrides = require("custom.configs.overrides")
|
||||||
|
|
Loading…
Reference in a new issue