feat: initialize repo
This commit is contained in:
6
nvim/lua/plugins/floaterm.lua
Normal file
6
nvim/lua/plugins/floaterm.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"voldikss/vim-floaterm",
|
||||
config = function()
|
||||
vim.keymap.set("n", "<leader>ft", ":FloatermNew<CR>")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user