mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-10-31 04:21:15 +01:00 
			
		
		
		
	nvim: changed nim plugin
This commit is contained in:
		| @@ -10,7 +10,6 @@ endif | |||||||
|  |  | ||||||
| call plug#begin('~/.local/share/nvim/plugged') | call plug#begin('~/.local/share/nvim/plugged') | ||||||
| Plug 'airblade/vim-gitgutter' " git upgrades | Plug 'airblade/vim-gitgutter' " git upgrades | ||||||
| Plug 'alaviss/nim.nvim' , {'for': 'nim'} " Highlighting for nim |  | ||||||
| Plug 'alvan/vim-closetag' " auto close HTML tags | Plug 'alvan/vim-closetag' " auto close HTML tags | ||||||
| Plug 'donRaphaco/neotex' , {'for': 'tex'} " asynchronous pdf rendering | Plug 'donRaphaco/neotex' , {'for': 'tex'} " asynchronous pdf rendering | ||||||
| Plug 'frazrepo/vim-rainbow' " colorized matching brackets | Plug 'frazrepo/vim-rainbow' " colorized matching brackets | ||||||
| @@ -30,6 +29,7 @@ Plug 'tpope/vim-fugitive' " git wrapper | |||||||
| Plug 'tpope/vim-surround' " help for quotes/parantheses | Plug 'tpope/vim-surround' " help for quotes/parantheses | ||||||
| Plug 'uiiaoo/java-syntax.vim' , {'for': 'java'} " better syntax highlight for java than default | Plug 'uiiaoo/java-syntax.vim' , {'for': 'java'} " better syntax highlight for java than default | ||||||
| Plug 'whonore/coqtail' , {'for': 'v'} " coq interactive proof | Plug 'whonore/coqtail' , {'for': 'v'} " coq interactive proof | ||||||
|  | Plug 'zah/nim.vim' , {'for': 'nim'} " Highlighting for nim | ||||||
| call plug#end() | call plug#end() | ||||||
|  |  | ||||||
| " alvan/vim-closetag | " alvan/vim-closetag | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user