[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 |           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 = { | ||||||
|  |  | ||||||
|  | @ -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' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue