Add lspinstall functionality

This commit is contained in:
marvelman3284
2021-06-01 09:22:24 -04:00
parent 2ff84eaf19
commit f7a1a5dc92
3 changed files with 35 additions and 12 deletions

View File

@@ -4,13 +4,13 @@ local use = packer.use
-- using { } for using different branch , loading plugin with certain commands etc
return require("packer").startup(
function()
use 'neovim/nvim-lsp-config'
use 'williamboman/nvim-lsp-installer'
use "wbthomason/packer.nvim"
-- color related stuff
use "siduck76/nvim-base16.lua"
use "norcalli/nvim-colorizer.lua"
-- use "ollykel/v-vim" -- v syntax highlighter
-- lsp stuff
use "nvim-treesitter/nvim-treesitter"
use "neovim/nvim-lspconfig"
@@ -46,7 +46,7 @@ return require("packer").startup(
-- discord rich presence
--use "andweeb/presence.nvim"
use "wakatime/vim-wakatime"
use {"lukas-reineke/indent-blankline.nvim", branch = "lua"}
end,
{