Add neovim for real
This commit is contained in:
13
nvim/.vimrc_config_expand_region.example
Normal file
13
nvim/.vimrc_config_expand_region.example
Normal file
@@ -0,0 +1,13 @@
|
||||
" Default settings. (NOTE: Remove comments in dictionary before sourcing)
|
||||
let g:expand_region_text_objects = {
|
||||
\ 'iw' :0,
|
||||
\ 'iW' :0,
|
||||
\ 'i"' :0,
|
||||
\ 'i''' :0,
|
||||
\ 'i]' :1,
|
||||
\ 'ib' :1,
|
||||
\ 'iB' :1,
|
||||
\ 'il' :0,
|
||||
\ 'ip' :1,
|
||||
\ 'ie' :0,
|
||||
\ }
|
||||
Reference in New Issue
Block a user