mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Neovim --> Nvim
This commit is contained in:
@@ -84,7 +84,7 @@ augroup auto_close_win
|
||||
autocmd BufEnter * call s:quit_current_win()
|
||||
augroup END
|
||||
|
||||
" Quit Neovim if we have only one window, and its filetype match our pattern.
|
||||
" Quit Nvim if we have only one window, and its filetype match our pattern.
|
||||
function! s:quit_current_win() abort
|
||||
let quit_filetypes = ['qf', 'vista']
|
||||
let buftype = getbufvar(bufnr(), '&filetype')
|
||||
|
||||
@@ -4,7 +4,7 @@ scriptencoding utf-8
|
||||
" change fillchars for folding, vertical split, end of buffer, and message separator
|
||||
set fillchars=fold:\ ,vert:\│,eob:\ ,msgsep:‾
|
||||
|
||||
" Paste mode toggle, it seems that Neovim's bracketed paste mode
|
||||
" Paste mode toggle, it seems that Nvim's bracketed paste mode
|
||||
" does not work very well for nvim-qt, so we use good-old paste mode
|
||||
set pastetoggle=<F12>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user