that fixed it???

This commit is contained in:
Benjamin Kyd
2023-03-03 19:44:53 +00:00
parent 5bacd618d2
commit 0c76051380
4 changed files with 14 additions and 336 deletions

View File

@@ -39,11 +39,12 @@ local packer = require('packer').startup(function(use)
}
-- better hotfix window (for showing and searching through results in telescope's find usages)
use {"kevinhwang91/nvim-bqf"}
use 'kevinhwang91/nvim-bqf'
-- better highlighting
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}
use 'nvim-treesitter/nvim-treesitter-context'
-- better split navigation
use 'mrjones2014/smart-splits.nvim'
@@ -73,7 +74,6 @@ local packer = require('packer').startup(function(use)
})
-- better find and replace
use 'nvim-lua/plenary.nvim'
use 'windwp/nvim-spectre'
@@ -106,8 +106,9 @@ local packer = require('packer').startup(function(use)
-- lsp config
use {
'neovim/nvim-lspconfig',
'williamboman/nvim-lsp-installer',
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
"neovim/nvim-lspconfig",
}
-- for LSP autocompletion
@@ -117,9 +118,6 @@ local packer = require('packer').startup(function(use)
use 'hrsh7th/cmp-path'
use 'hrsh7th/cmp-cmdline'
--highlight variables under cursor
use 'RRethy/vim-illuminate'
-- this will automatically install listed dependencies
-- only the first time NeoVim is opened, because that's when Packer gets installed
if packerBootstrap then