replace nlua with neodev
This commit is contained in:
parent
df3dc407a7
commit
dd18c0a9bc
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ require('packer').startup(function()
|
||||||
use { 'cespare/vim-toml' }
|
use { 'cespare/vim-toml' }
|
||||||
use { 'gleam-lang/gleam.vim' }
|
use { 'gleam-lang/gleam.vim' }
|
||||||
use { 'rust-lang/rust.vim' }
|
use { 'rust-lang/rust.vim' }
|
||||||
use { 'tjdevries/nlua.nvim' }
|
use { 'folke/neodev.nvim' }
|
||||||
|
|
||||||
-- Git
|
-- Git
|
||||||
use {
|
use {
|
||||||
|
|
Reference in a new issue