Merge branch 'master' of github.com:D4VIDB2/dotfiles

D4VID0x2 3 years ago
commit 40078ca899

@ -57,10 +57,11 @@ call plug#begin('~/.config/nvim/autoload/plugged')
" LSP: " LSP:
" Collection of common configurations for the Nvim LSP client " Collection of common configurations for the Nvim LSP client
Plug 'neovim/nvim-lspconfig' Plug 'neovim/nvim-lspconfig'
Plug 'williamboman/nvim-lsp-installer' " Automaticlly install language server
" Optional " Optional
Plug 'williamboman/nvim-lsp-installer' " Automaticlly install language server
Plug 'nvim-lua/popup.nvim' Plug 'nvim-lua/popup.nvim'
Plug 'nvim-lua/plenary.nvim' Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-treesitter/nvim-treesitter'
Plug 'nvim-telescope/telescope.nvim' Plug 'nvim-telescope/telescope.nvim'
Plug 'hrsh7th/nvim-cmp' " Autocompletion framework Plug 'hrsh7th/nvim-cmp' " Autocompletion framework

Loading…
Cancel
Save