vim: Rename aesthetics.vim to looks.vim
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
" Don't highlight Unicode table separator (e.g. vertical box drawing character).
|
||||
" See vimrc.d/aesthetics.vim for w:ignore_non_ascii_chars
|
||||
" See vimrc.d/looks.vim for w:ignore_non_ascii_chars
|
||||
if vimwiki#vars#get_syntaxlocal('rxTableSep') !~ '[\d0-\d127]'
|
||||
let w:ignore_non_ascii_chars = vimwiki#vars#get_syntaxlocal('rxTableSep')
|
||||
\ .. get(w:, 'ignore_non_ascii_chars', '')
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
" Aesthetics """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Looks """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
" Use 24-bit (true-color) mode
|
||||
if (has('termguicolors'))
|
||||
set termguicolors
|
||||
Reference in New Issue
Block a user