[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
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 = {

View file

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