install nebulous.nvim plugin

This commit is contained in:
2022-04-20 22:27:21 +03:00
parent 218f9beba9
commit 3fce20fa06
2 changed files with 12 additions and 0 deletions

View File

@@ -31,6 +31,14 @@ require("packer").startup(function(use)
use({ "sainnhe/edge" })
use({ "sainnhe/gruvbox-material" })
use({ "nocksock/bloop-vim" })
use({
"Yagua/nebulous.nvim",
config = function()
require("nebulous").setup({
variant = "fullmoon",
})
end,
})
-- Make commenting code great
use({ "numToStr/Comment.nvim" })