Mercurial > dotfiles
comparison dot_config/nvim/init.vim @ 275:6eae07a6985f
Update urls for completion-nvim and diagnostic-nvim
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 06 Aug 2020 22:24:25 +0200 |
parents | b77b75c88ce6 |
children | ecc3074ac1fc |
comparison
equal
deleted
inserted
replaced
274:b77b75c88ce6 | 275:6eae07a6985f |
---|---|
113 Plug 'honza/vim-snippets' | 113 Plug 'honza/vim-snippets' |
114 if has('nvim') | 114 if has('nvim') |
115 " Plug 'neoclide/coc.nvim', { 'branch': 'release' } | 115 " Plug 'neoclide/coc.nvim', { 'branch': 'release' } |
116 " Plug 'neoclide/coc-sources' | 116 " Plug 'neoclide/coc-sources' |
117 Plug 'neovim/nvim-lsp' | 117 Plug 'neovim/nvim-lsp' |
118 Plug 'haorenW1025/completion-nvim' | 118 Plug 'nvim-lua/completion-nvim' |
119 Plug 'haorenW1025/diagnostic-nvim' | 119 Plug 'nvim-lua/diagnostic-nvim' |
120 endif | 120 endif |
121 | 121 |
122 " Copying | 122 " Copying |
123 Plug 'ShikChen/osc52.vim' | 123 Plug 'ShikChen/osc52.vim' |
124 | 124 |