🎨 indent code
This commit is contained in:
parent
be0d093dc6
commit
5ad6713b14
1 changed files with 4 additions and 4 deletions
|
|
@ -43,10 +43,10 @@
|
||||||
let g:netrw_browse_split = 3
|
let g:netrw_browse_split = 3
|
||||||
let g:netrw_winsize = 25 " % of page
|
let g:netrw_winsize = 25 " % of page
|
||||||
|
|
||||||
set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:»
|
set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:»
|
||||||
set clipboard+=unnamedplus
|
set clipboard+=unnamedplus
|
||||||
|
|
||||||
" Replace-all is aliased to S.
|
" Replace-all is aliased to S.
|
||||||
nnoremap S :%s//g<Left><Left>
|
nnoremap S :%s//g<Left><Left>
|
||||||
|
|
||||||
" spellcheck
|
" spellcheck
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
fzf-vim # fuzzy finder through vim
|
fzf-vim # fuzzy finder through vim
|
||||||
nerdtree # file structure inside nvim
|
nerdtree # file structure inside nvim
|
||||||
rainbow # color parenthesis
|
rainbow # color parenthesis
|
||||||
gruvbox-nvim # theme
|
gruvbox-nvim # theme
|
||||||
goyo-vim # write prose
|
goyo-vim # write prose
|
||||||
limelight-vim # prose paragraph highlighter
|
limelight-vim # prose paragraph highlighter
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue