zbirenbaum / nvterm

NvChad's Official Terminal Plugin ( Unmaintained but still usable and stable), wait for v3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use in a NON lazy environment?

hujberhunor opened this issue · comments

I have 0 knowledge about neovim config.
I made something on my own:

nvim
├── init.lua
├── lua
│   ├── plugins.lua
│   ├── remap.lua
│   └── set.lua
└── plugin
    ├── floaterm.lua
    ├── lsp.lua
    ├── packer_compiled.lua
    ├── telescope.lua
    ├── treesitter.lua
    └── undotree.lua

Where should i put and what? I use packer as package manager

use {
"nvchad/nvterm" , blabla
}

use { "nvchad/nvterm" , blabla }

Thank you!