nvim/plug: +rust-tools.nvim@master, +lua-dev.nvim@master

These are helper plugs for setting up the language servers for Rust
and Lua respectively
This commit is contained in:
Paul Stemmet 2022-09-10 08:01:31 +00:00
parent baeffe7989
commit 67d2949984
Signed by: Paul Stemmet
GPG Key ID: EDEA539F594E7E75
1 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,10 @@ local plugins = {
after = 'lspconfig',
config = require 'psoxizsh.plugins.config.nlsp-settings'
},
{ 'simrat39/rust-tools.nvim' },
{ 'folke/lua-dev.nvim',
as = 'lua-dev',
},
{ 'vim-perl/vim-perl',
ft = 'perl',
run = 'make clean carp dancer highlight-all-pragmas moose test-more try-tiny'