mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 18:54:25 +02:00
update
This commit is contained in:
parent
354360400f
commit
2b864e8517
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ 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 { "kabouzeid/nvim-lspinstall", event = "BufRead" }
|
||||
use { "kabouzeid/nvim-lspinstall", event = "VimEnter" }
|
||||
-- Telescope
|
||||
use { "nvim-lua/popup.nvim" }
|
||||
use { "nvim-lua/plenary.nvim" }
|
||||
|
@ -52,7 +52,7 @@ return require("packer").startup(function(use)
|
|||
use { "rafamadriz/friendly-snippets", event = "InsertEnter" }
|
||||
|
||||
-- Treesitter
|
||||
use { "nvim-treesitter/nvim-treesitter" } -- ,run = ":silent TSUpdate" }
|
||||
use { "nvim-treesitter/nvim-treesitter", run = ":silent TSUpdate" }
|
||||
|
||||
-- Neoformat
|
||||
use {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue