[vim] Fix working linter
This commit is contained in:
parent
c34b4caad9
commit
5c9517bb0c
2 changed files with 7 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
|
@ -71,7 +71,7 @@ endif
|
|||
|
||||
" PLUGINS --------------------------------------------------------------- {{{
|
||||
|
||||
call plug#begin()
|
||||
call plug#begin('~/.vim/plugins')
|
||||
|
||||
Plug 'dense-analysis/ale'
|
||||
Plug 'vifm/vifm.vim'
|
||||
|
|
Loading…
Reference in a new issue