Mercurial > dotfiles
comparison dot_config/nvim/init.vim @ 281:dfd62b5a9962
Add buffer completion source
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 25 Aug 2020 09:48:17 +0200 |
parents | dd8b9d0c0e41 |
children | 6279917e1aaa |
comparison
equal
deleted
inserted
replaced
280:dd8b9d0c0e41 | 281:dfd62b5a9962 |
---|---|
110 | 110 |
111 " Completing and snippets | 111 " Completing and snippets |
112 Plug 'sirver/ultisnips' | 112 Plug 'sirver/ultisnips' |
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' } | |
116 " Plug 'neoclide/coc-sources' | |
117 Plug 'neovim/nvim-lsp' | 115 Plug 'neovim/nvim-lsp' |
118 Plug 'nvim-lua/completion-nvim' | 116 Plug 'nvim-lua/completion-nvim' |
119 Plug 'nvim-lua/diagnostic-nvim' | 117 Plug 'nvim-lua/diagnostic-nvim' |
120 Plug 'nvim-treesitter/nvim-treesitter' | 118 Plug 'nvim-treesitter/nvim-treesitter' |
119 Plug 'steelsojka/completion-buffers' | |
121 endif | 120 endif |
122 | 121 |
123 " Copying | 122 " Copying |
124 Plug 'ShikChen/osc52.vim' | 123 Plug 'ShikChen/osc52.vim' |
125 | 124 |