Add vim-floaterm
This commit is contained in:
parent
f312e4d560
commit
728355ac1f
4
after/plugin/floaterm.lua
Normal file
4
after/plugin/floaterm.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
local nmap = require "opdavies.keymap".nmap
|
||||
|
||||
nmap { "<leader>lg", "<cmd>FloatermNew --autoclose=2 --height=0.9 --width=0.9 lazygit<cr>" }
|
||||
nmap { "<leader>tt", "<cmd>FloatermNew --autoclose=2 --height=0.9 --width=0.9 zsh<cr>" }
|
|
@ -215,6 +215,8 @@ rec {
|
|||
vimPlugins.vim-dadbod-ui
|
||||
vimPlugins.vim-dadbod-completion
|
||||
|
||||
vimPlugins.vim-floaterm
|
||||
|
||||
# # Markdown
|
||||
# {
|
||||
# plugin = vimPlugins.markdown-preview-nvim;
|
||||
|
|
Reference in a new issue