mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
lsp in ftplugin austonautomoy
This commit is contained in:
parent
9bb4f8a085
commit
20ed47e21e
45 changed files with 404 additions and 142 deletions
|
@ -35,10 +35,11 @@ return require("packer").startup(function(use)
|
|||
-- TODO refactor all of this (for now it works, but yes I know it could be wrapped in a simpler function)
|
||||
use {"neovim/nvim-lspconfig"}
|
||||
use {"glepnir/lspsaga.nvim", event = "BufRead"}
|
||||
use {"kabouzeid/nvim-lspinstall", event = "BufRead"}
|
||||
use {"kabouzeid/nvim-lspinstall"}
|
||||
-- Telescope
|
||||
use {"nvim-lua/popup.nvim"}
|
||||
use {"nvim-lua/plenary.nvim"}
|
||||
use {"tjdevries/astronauta.nvim"}
|
||||
use {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
config = [[require('lv-telescope')]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue