[vim] Fix working linter

This commit is contained in:
Tibo De Peuter 2024-02-19 07:54:22 +01:00
parent c34b4caad9
commit 5c9517bb0c
2 changed files with 7 additions and 4 deletions

View file

@ -66,11 +66,12 @@ in {
jellyfin-media-player jellyfin-media-player
kitty kitty
libreoffice-fresh libreoffice-fresh
mpv
nextcloud-client nextcloud-client
nsxiv # Lightweight image viewer nsxiv # Lightweight image viewer
phinger-cursors # Cursor theme phinger-cursors # Cursor theme
qalculate-gtk # Calculator qalculate-gtk # Calculator
spotify-adblock spotify
tea # Gitea CLI tea # Gitea CLI
unzip unzip
vifm # File manager vifm # File manager
@ -86,9 +87,11 @@ in {
brave brave
mpv mpv
spotify spotify
]) ++ (with pkgs.vimPlugins; [ ]) ++ (with pkgs-unstable.vimPlugins; [
# ale
statix statix
vim-plug # vim-plug
vifm-vim
]); ]);
pointerCursor = { pointerCursor = {

View file

@ -71,7 +71,7 @@ endif
" PLUGINS --------------------------------------------------------------- {{{ " PLUGINS --------------------------------------------------------------- {{{
call plug#begin() call plug#begin('~/.vim/plugins')
Plug 'dense-analysis/ale' Plug 'dense-analysis/ale'
Plug 'vifm/vifm.vim' Plug 'vifm/vifm.vim'