mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
parent
c9b7f0c249
commit
ed0e96cd28
@ -12,25 +12,13 @@ if s:pager
|
|||||||
call man#init_pager()
|
call man#init_pager()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
setlocal buftype=nofile
|
setlocal noswapfile buftype=nofile bufhidden=hide
|
||||||
setlocal noswapfile
|
setlocal nomodified readonly nomodifiable
|
||||||
setlocal bufhidden=hide
|
setlocal noexpandtab tabstop=8 softtabstop=8 shiftwidth=8
|
||||||
setlocal nomodified
|
setlocal wrap breakindent linebreak
|
||||||
setlocal readonly
|
|
||||||
setlocal nomodifiable
|
|
||||||
setlocal noexpandtab
|
|
||||||
setlocal tabstop=8
|
|
||||||
setlocal softtabstop=8
|
|
||||||
setlocal shiftwidth=8
|
|
||||||
setlocal wrap
|
|
||||||
setlocal breakindent
|
|
||||||
|
|
||||||
setlocal nonumber
|
setlocal nonumber norelativenumber
|
||||||
setlocal norelativenumber
|
setlocal foldcolumn=0 colorcolumn=0 nolist nofoldenable
|
||||||
setlocal foldcolumn=0
|
|
||||||
setlocal colorcolumn=0
|
|
||||||
setlocal nolist
|
|
||||||
setlocal nofoldenable
|
|
||||||
|
|
||||||
if !exists('g:no_plugin_maps') && !exists('g:no_man_maps')
|
if !exists('g:no_plugin_maps') && !exists('g:no_man_maps')
|
||||||
nnoremap <silent> <buffer> j gj
|
nnoremap <silent> <buffer> j gj
|
||||||
|
Loading…
Reference in New Issue
Block a user