replace perlnavigator with plugin for perlpls
This commit is contained in:
parent
1db69feef4
commit
53b745a439
3 changed files with 22 additions and 14 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue