You've already forked dotfiles
Moving all the nvim files to a subdirectory and updated the deploy script.
This commit is contained in:
7
nvim/lua/plugins/floaterm.lua
Normal file
7
nvim/lua/plugins/floaterm.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'voldikss/vim-floaterm',
|
||||
keys = {
|
||||
{ 't', ':FloatermToggle myfloat<CR>' },
|
||||
{ '<ESC>', '<C-\\><C-n>:q<CR>', mode = 't' },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user