diff --git a/nixos/users/tdpeuter/default.nix b/nixos/users/tdpeuter/default.nix index a63da41..9be9195 100644 --- a/nixos/users/tdpeuter/default.nix +++ b/nixos/users/tdpeuter/default.nix @@ -66,11 +66,12 @@ in { jellyfin-media-player kitty libreoffice-fresh + mpv nextcloud-client nsxiv # Lightweight image viewer phinger-cursors # Cursor theme qalculate-gtk # Calculator - spotify-adblock + spotify tea # Gitea CLI unzip vifm # File manager @@ -86,9 +87,11 @@ in { brave mpv spotify - ]) ++ (with pkgs.vimPlugins; [ + ]) ++ (with pkgs-unstable.vimPlugins; [ + # ale statix - vim-plug + # vim-plug + vifm-vim ]); pointerCursor = { diff --git a/stow/vim/.vimrc b/stow/vim/.vimrc index eb05888..44b7aab 100644 --- a/stow/vim/.vimrc +++ b/stow/vim/.vimrc @@ -71,7 +71,7 @@ endif " PLUGINS --------------------------------------------------------------- {{{ -call plug#begin() +call plug#begin('~/.vim/plugins') Plug 'dense-analysis/ale' Plug 'vifm/vifm.vim'