diff options
Diffstat (limited to '.config/nvim/after/plugin/floaterm.lua')
-rw-r--r-- | .config/nvim/after/plugin/floaterm.lua | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/nvim/after/plugin/floaterm.lua b/.config/nvim/after/plugin/floaterm.lua index f8fb002..f6defbe 100644 --- a/.config/nvim/after/plugin/floaterm.lua +++ b/.config/nvim/after/plugin/floaterm.lua @@ -1,9 +1,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' } +-- 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' } |