File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Plug 'reasonml-editor/vim-reason' " ReasonML plugin
99Plug ' theknarf/maude.vim' " Maude syntax highlighting
1010Plug ' noahfrederick/vim-skeleton'
1111Plug ' severin-lemaignan/vim-minimap' " A code minimap for Vim
12+ Plug ' neoclide/jsonc.vim'
1213
1314" Fern
1415Plug ' lambdalisue/fern.vim' " Fern a general purpose async tree viewer
@@ -33,4 +34,4 @@ Plug 'ziglang/zig.vim'
3334" Plug 'tpope/vim-dadbod'
3435" Plug 'kristijanhusak/vim-dadbod-completion'
3536
36- Plug ' vimwiki/vimwiki'
37+ " Plug 'vimwiki/vimwiki'
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ let g:vimwiki_list = [
3333 \ { ' syntax' : ' markdown' , ' ext' : ' md' , ' path' : ' ~/Projects/theknarf/theknarf.github.io' }
3434 \]
3535
36+ let g: vimwiki_markdown_link_ext = 1
37+
3638let g: vimwiki_global_ext = 0
3739
3840" ------------------------------------------------
@@ -89,7 +91,8 @@ set autoread
8991
9092" - indent
9193set autoindent
92- set noexpandtab
94+ set smartindent
95+ set expandtab
9396set tabstop = 2
9497set shiftwidth = 2
9598
You can’t perform that action at this time.
0 commit comments