replace perlnavigator with plugin for perlpls

This commit is contained in:
Maciej Lebiest 2023-05-01 21:25:58 +02:00
parent 1db69feef4
commit 53b745a439
3 changed files with 22 additions and 14 deletions

View file

@ -20,6 +20,7 @@ require("lazy").setup({
{ 'hrsh7th/cmp-buffer' },
{ 'hrsh7th/cmp-cmdline' },
{ 'hrsh7th/cmp-path' },
{ 'FractalBoy/perl-language-server' },
{
'hrsh7th/nvim-cmp',
config = require('plugins.nvim-cmp').init,
@ -40,7 +41,7 @@ require("lazy").setup({
{
'neovim/nvim-lspconfig',
init = require('plugins.nvim-lspconfig').init,
priority = 100
priority = 10
},
{
'mfussenegger/nvim-lint',