diff options
author | June McEnroe <june@causal.agency> | 2021-04-26 16:33:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-04-26 16:33:16 -0400 |
commit | 5fe5c71633f62b2fb09065746f9df652aff8f691 (patch) | |
tree | 4bc5aa5f380a7af03e95022c5335f663b7285b98 /home/.config/nvim/syntax | |
parent | Add The Penelopiad (diff) | |
download | src-5fe5c71633f62b2fb09065746f9df652aff8f691.tar.gz src-5fe5c71633f62b2fb09065746f9df652aff8f691.zip |
Remove neovim configs
I don't use it anymore except when I need UTF-8, and I'd rather just use unconfigured vim for that.
Diffstat (limited to 'home/.config/nvim/syntax')
-rw-r--r-- | home/.config/nvim/syntax/mdoc.vim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/home/.config/nvim/syntax/mdoc.vim b/home/.config/nvim/syntax/mdoc.vim deleted file mode 100644 index d9d587f5..00000000 --- a/home/.config/nvim/syntax/mdoc.vim +++ /dev/null @@ -1,12 +0,0 @@ -if exists("b:current_syntax") - finish -endif - -runtime! syntax/nroff.vim -unlet! b:current_syntax - -setlocal sections+=ShSs -syntax match mdocBlank /^\.$/ conceal -setlocal conceallevel=2 - -let b:current_syntax = "mdoc" |