✨ Added doge for generating jsdocs in nvim
This commit is contained in:
parent
36e612c004
commit
41a06935b5
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ return require("packer").startup(function(use)
|
|||
use({ "lewis6991/impatient.nvim" })
|
||||
use({ "airblade/vim-gitgutter" })
|
||||
use({ "f-person/git-blame.nvim" })
|
||||
use({"kkoomen/vim-doge", run = ":call doge#install()"})
|
||||
-- use({ "norcalli/nvim-colorizer.lua" })
|
||||
use({ "mattn/emmet-vim" })
|
||||
use({ "windwp/nvim-autopairs" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue