Add nvim-lspconfig
This commit is contained in:
parent
9aabf8d8e7
commit
c73368e0de
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ return require('packer').startup(function(use)
|
|||
-- Packer can manage itself
|
||||
use 'wbthomason/packer.nvim'
|
||||
|
||||
-- Nvim LSP
|
||||
use 'neovim/nvim-lspconfig'
|
||||
|
||||
-- COLOR SCHEMES
|
||||
use 'morhetz/gruvbox'
|
||||
use 'sjl/badwolf'
|
||||
|
|
Loading…
Add table
Reference in a new issue