[nvim] Move neovim config to /nvim
This commit is contained in:
parent
e45c1694af
commit
5b567ad2ad
28 changed files with 0 additions and 0 deletions
7
nvim/after/syntax/css.vim
Normal file
7
nvim/after/syntax/css.vim
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
" css.vim
|
||||
" Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
syn match cssLogicalBoxProp contained "\<padding-\(block\|inline\)\=\(-\(start\|end\)\)\=\>"
|
||||
syn match cssLogicalBoxProp contained "\<margin-\(block\|inline\)\=\(-\(start\|end\)\)\=\>"
|
||||
|
||||
hi def link cssLogicalBoxProp cssProp
|
||||
Loading…
Add table
Add a link
Reference in a new issue