Add vimtex and neotree
This commit is contained in:
parent
27c979a03b
commit
573c28d0d9
4 changed files with 65 additions and 15 deletions
5
lua/custom/plugins/terminal.lua
Normal file
5
lua/custom/plugins/terminal.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
'akinsho/toggleterm.nvim', version = "*", config = true,
|
||||
|
||||
vim.keymap.set('n', '<C-j>', '<Cmd>ToggleTerm<CR>')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue