Skip to content

Commit

Permalink
I hate vimwiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed May 23, 2020
1 parent 1079af5 commit 3bb390f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"python.linting.pylintEnabled": true,

// snippets
// "snippets.ultisnips.directories": ["UltiSnips"],
"snippets.userSnippetsDirectory": "~/.config/nvim/snips",
"snippets.ultisnips.directories": ["UltiSnips", "~/.config/nvim/snips"],
//"snippets.userSnippetsDirectory": "~/.config/nvim/snips",

// emmet
"emmet.includeLanguages": {
Expand Down
1 change: 1 addition & 0 deletions snips/markdown.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ author: "$3"
tags: [$4]
---
endsnippet

2 changes: 1 addition & 1 deletion vim-plug/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
" Interactive code
Plug 'metakirby5/codi.vim'
" Vim Wiki
Plug 'https://github.com/vimwiki/vimwiki.git'
" Plug 'https://github.com/vimwiki/vimwiki.git'
endif


Expand Down

0 comments on commit 3bb390f

Please sign in to comment.