mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-04 01:57:46 +02:00
Compare commits
4 Commits
c81fc673fb
...
622431936e
Author | SHA1 | Date | |
---|---|---|---|
622431936e | |||
cc7ff34e8a | |||
6850108d27 | |||
1f48e040f1 |
@ -26,3 +26,4 @@ x-scheme-handler/mid=userapp-Thunderbird-ANNRB1.desktop
|
||||
x-scheme-handler/mailto=userapp-Thunderbird-ANNRB1.desktop;
|
||||
x-scheme-handler/mid=userapp-Thunderbird-ANNRB1.desktop;
|
||||
application/rss+xml=firefox.desktop;
|
||||
application/pdf=firefox.desktop;
|
||||
|
@ -19,23 +19,23 @@ Plug 'hrsh7th/nvim-cmp' " autocompletion
|
||||
Plug 'hrsh7th/cmp-nvim-lsp' " autocompletion bridge to lsp
|
||||
Plug 'itchyny/lightline.vim' " fancy statusline
|
||||
Plug 'junegunn/fzf.vim' " quickly jump files using fzf
|
||||
Plug 'L3MON4D3/LuaSnip' " Snippet support
|
||||
Plug 'l3mon4d3/luasnip' " snippet support
|
||||
Plug 'luochen1990/rainbow' " colorized matching brackets
|
||||
Plug 'majutsushi/tagbar', {'on': 'TagbarToggle'} " show tags
|
||||
Plug 'mattesgroeger/vim-bookmarks' " Set Bookmarks
|
||||
Plug 'mattesgroeger/vim-bookmarks' " Set bookmarks
|
||||
Plug 'neovim/nvim-lspconfig' " Language server client
|
||||
Plug 'onsails/lspkind-nvim' " icons on completion
|
||||
Plug 'qpkorr/vim-renamer' " bulk renamer
|
||||
Plug 'raimondi/delimitmate' " automatic closing of brackets
|
||||
Plug 'rrethy/vim-hexokinase' , {'do': 'make hexokinase'} " color Preview
|
||||
Plug 'ryanoasis/vim-devicons' " enable icons for vim
|
||||
Plug 'saadparwaiz1/cmp_luasnip' " Add luasnips to cmp
|
||||
Plug 'saadparwaiz1/cmp_luasnip' " add snippets from luasnips to cmp
|
||||
Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'} " filetree
|
||||
Plug 'tiyn/vim-tccs' " custom colorscheme
|
||||
Plug 'tpope/vim-fugitive' " git wrapper
|
||||
Plug 'tpope/vim-surround' " help for quotes/parantheses
|
||||
Plug 'uiiaoo/java-syntax.vim' , {'for': 'java'} " better syntax highlight for java than default
|
||||
Plug 'zah/nim.vim' , {'for': 'nim'} " Highlighting for nim
|
||||
Plug 'zah/nim.vim' , {'for': 'nim'} " highlighting for nim
|
||||
call plug#end()
|
||||
|
||||
" alvan/vim-closetag
|
||||
|
BIN
vim-example.jpg
BIN
vim-example.jpg
Binary file not shown.
Before Width: | Height: | Size: 289 KiB After Width: | Height: | Size: 284 KiB |
Loading…
x
Reference in New Issue
Block a user