Nvim: remove packer after options, they seem to break everything
This commit is contained in:
parent
3f8b9e8c83
commit
7e3aa27aee
1 changed files with 1 additions and 6 deletions
|
@ -80,22 +80,17 @@ require('packer').startup(function()
|
|||
use 'editorconfig/editorconfig-vim'
|
||||
|
||||
-- Package manager for LSP servers, DAP servers etc.
|
||||
use {
|
||||
'williamboman/mason.nvim',
|
||||
config = require('plugins.mason').setup
|
||||
}
|
||||
use {'williamboman/mason.nvim', config = require('plugins.mason').setup}
|
||||
|
||||
-- Install LSP server executables with Mason
|
||||
use {
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
after = 'mason',
|
||||
config = require('plugins.mason').lspconfig_setup
|
||||
}
|
||||
|
||||
-- Configs for built-in LSP
|
||||
use {
|
||||
'neovim/nvim-lspconfig',
|
||||
after = 'mason-lspconfig',
|
||||
config = require('plugins.lspconfig').setup
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue