nvim: init.vim: Update plug links for completion & diagnostic-nvim
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
aa99ea7e0c
commit
e4703d72f0
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ Plug 'axelf4/vim-strip-trailing-whitespace'
|
||||||
" Manage Project sessions
|
" Manage Project sessions
|
||||||
Plug 'thaerkh/vim-workspace'
|
Plug 'thaerkh/vim-workspace'
|
||||||
" For autocompletion
|
" For autocompletion
|
||||||
Plug 'haorenW1025/completion-nvim'
|
Plug 'nvim-lua/completion-nvim'
|
||||||
" For tmux
|
" For tmux
|
||||||
Plug 'tmux-plugins/vim-tmux-focus-events'
|
Plug 'tmux-plugins/vim-tmux-focus-events'
|
||||||
Plug 'wellle/tmux-complete.vim'
|
Plug 'wellle/tmux-complete.vim'
|
||||||
|
@ -63,7 +63,7 @@ Plug 'christoomey/vim-system-copy'
|
||||||
Plug 'caenrique/nvim-toggle-terminal'
|
Plug 'caenrique/nvim-toggle-terminal'
|
||||||
" LSP
|
" LSP
|
||||||
Plug 'neovim/nvim-lsp'
|
Plug 'neovim/nvim-lsp'
|
||||||
Plug 'haorenW1025/diagnostic-nvim'
|
Plug 'nvim-lua/diagnostic-nvim'
|
||||||
" Language support & syntax highlighting
|
" Language support & syntax highlighting
|
||||||
" Haskell
|
" Haskell
|
||||||
Plug 'neovimhaskell/haskell-vim'
|
Plug 'neovimhaskell/haskell-vim'
|
||||||
|
|
Loading…
Reference in a new issue