summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/floaterm.lua
blob: f6defbea657adf1b34ac3161ae1b91b298837ef0 (plain)
1
2
3
4
5
6
7
8
9
-- vim.g.floaterm_autoinsert = 1
-- vim.g.floaterm_width = 0.8
-- vim.g.floaterm_height = 0.37
-- vim.g.floaterm_wintitle = 0
-- vim.g.floaterm_autoclose = 1
-- vim.g.floaterm_position = 'bottom'
-- vim.g.floaterm_gitcommit = 'split'
-- vim.g.floaterm_wintype = 'split'
-- vim.g.floaterm_rootmarkers = { '.project', '.git', '.hg', '.svn', '.root', '.gitignore', '.fslckout', '.fossil-settings' }