install lua-dev plugin

This commit is contained in:
2022-04-01 21:12:43 +03:00
parent ec2cbc59b0
commit e2e97320a0
2 changed files with 8 additions and 20 deletions

View File

@@ -23,6 +23,7 @@ require("packer").startup(function(use)
use({ "nvim-lua/popup.nvim" })
use({ "nvim-lua/plenary.nvim" })
use({ "folke/lua-dev.nvim" })
-- Colorschemes go here
use({ "folke/tokyonight.nvim" })