diff options
author | Chris <[email protected]> | 2021-03-23 18:55:12 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-23 18:55:12 -0400 |
commit | 7367ca68b7c020b5839a1c84da9cf1f9627e82ae (patch) | |
tree | 85ce87c1c0b5ca99f894e439a3714db2ad5d6f33 /lua/plugins.lua | |
parent | 353a643170597d5a9ad4ae8e353a45306b0e7553 (diff) |
easy install LSP
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 1046d0f2..78bc5f04 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -27,6 +27,7 @@ return require('packer').startup(function(use) use 'onsails/lspkind-nvim' use 'kosayoda/nvim-lightbulb' use 'mfussenegger/nvim-jdtls' + use 'kabouzeid/nvim-lspinstall' -- Debugging use 'mfussenegger/nvim-dap' |