Skip to content

Instantly share code, notes, and snippets.

@voldikss
Created August 27, 2020 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voldikss/21eca970a24404ff48d7d3d74387f916 to your computer and use it in GitHub Desktop.
Save voldikss/21eca970a24404ff48d7d3d74387f916 to your computer and use it in GitHub Desktop.
The config used to generate floaterm's nested-nvim demo
set statusline=
set showtabline=0
set laststatus=0
set ruler!
set noshowmode
set noshowcmd
let g:floaterm_width = 0.8
let g:floaterm_height = 0.8
let g:floaterm_title = ''
augroup cmdline
autocmd!
autocmd CmdlineLeave * :echo ''
augroup end
hi TermCursor guifg=#111111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment