mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-15 20:35:50 -06:00
Removed some files, added some keybinds & descriptions, added autoinstall lsps, refactored config portion
7 lines
252 B
Lua
7 lines
252 B
Lua
vim.keymap.set('n', '<A-t>', '<CMD>lua require("FTerm").toggle()<CR>', {desc="Open float terminal"})
|
|
vim.keymap.set('t', '<A-t>', '<C-\\><C-n><CMD>lua require("FTerm").toggle()<CR>', {desc="Close float terminal"})
|
|
|
|
return {
|
|
"numToStr/FTerm.nvim"
|
|
}
|