vim: Update plugins (vimwiki, markdown preview)
This commit is contained in:
@@ -22,7 +22,7 @@ Plug 'derekwyatt/vim-fswitch'
|
|||||||
|
|
||||||
" Files switch, jump and grep-like tools {{{
|
" Files switch, jump and grep-like tools {{{
|
||||||
Plug 'preservim/nerdtree' | Plug 'Xuyuanp/nerdtree-git-plugin'
|
Plug 'preservim/nerdtree' | Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf' | Plug 'junegunn/fzf.vim'
|
||||||
Plug 'liuchengxu/vista.vim'
|
Plug 'liuchengxu/vista.vim'
|
||||||
Plug 'inside/vim-search-pulse'
|
Plug 'inside/vim-search-pulse'
|
||||||
Plug 'mhinz/vim-startify'
|
Plug 'mhinz/vim-startify'
|
||||||
@@ -33,13 +33,16 @@ Plug 'wellle/targets.vim'
|
|||||||
Plug 'mhinz/vim-signify' " Mark edited lines - faster gitgutter
|
Plug 'mhinz/vim-signify' " Mark edited lines - faster gitgutter
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Colorschemes {{{
|
" Syntax for random filetypes {{{
|
||||||
Plug 'jaredgorski/spacecamp'
|
Plug 'masukomi/vim-markdown-folding'
|
||||||
Plug 'vim-airline/vim-airline' | Plug 'vim-airline/vim-airline-themes'
|
"Plug 'weirongxu/plantuml-previewer.vim' |
|
||||||
Plug 'dylanaraps/wal'
|
Plug 'aklt/plantuml-syntax'
|
||||||
|
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Other plugins (external tools, etc) {{{
|
" Other plugins (external tools, etc) {{{
|
||||||
|
Plug 'vimwiki/vimwiki'
|
||||||
|
Plug 'MortenStabenau/matlab-vim'
|
||||||
Plug 'junegunn/goyo.vim'
|
Plug 'junegunn/goyo.vim'
|
||||||
Plug 'jez/vim-superman' "vman application
|
Plug 'jez/vim-superman' "vman application
|
||||||
Plug 'glacambre/firenvim'
|
Plug 'glacambre/firenvim'
|
||||||
@@ -53,6 +56,13 @@ Plug 'pboettch/vim-cmake-syntax'
|
|||||||
Plug 'aklt/plantuml-syntax'
|
Plug 'aklt/plantuml-syntax'
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
" Colorschemes {{{
|
||||||
|
Plug 'jaredgorski/spacecamp'
|
||||||
|
Plug 'lifepillar/vim-gruvbox8'
|
||||||
|
Plug 'dylanaraps/wal'
|
||||||
|
Plug 'vim-airline/vim-airline' | Plug 'vim-airline/vim-airline-themes'
|
||||||
|
" }}}
|
||||||
|
"
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
if plug_install
|
if plug_install
|
||||||
@@ -66,6 +76,8 @@ set clipboard+=unnamedplus
|
|||||||
set noshowmode
|
set noshowmode
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
||||||
|
set colorcolumn=80
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme wal
|
colorscheme wal
|
||||||
highlight MatchParen ctermfg=yellow ctermbg=none cterm=NONE
|
highlight MatchParen ctermfg=yellow ctermbg=none cterm=NONE
|
||||||
@@ -148,7 +160,7 @@ else
|
|||||||
set signcolumn=yes
|
set signcolumn=yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
set colorcolumn=80
|
set wildmode=longest,list,full
|
||||||
|
|
||||||
" yoink configuration
|
" yoink configuration
|
||||||
"nmap <leader>yp <plug>(YoinkPostPasteSwapBack)
|
"nmap <leader>yp <plug>(YoinkPostPasteSwapBack)
|
||||||
@@ -186,6 +198,11 @@ let g:airline_highlighting_cache = 1
|
|||||||
|
|
||||||
let g:startify_custom_header = ''
|
let g:startify_custom_header = ''
|
||||||
|
|
||||||
|
packadd termdebug
|
||||||
|
|
||||||
|
let g:vimwiki_list = [{'path': '~/vimwiki/',
|
||||||
|
\ 'syntax': 'markdown', 'ext': '.md'}]
|
||||||
|
|
||||||
" Completion configuration for native neovim + nvim-lspconfig
|
" Completion configuration for native neovim + nvim-lspconfig
|
||||||
lua << EOF
|
lua << EOF
|
||||||
local lspconfig = require'lspconfig'
|
local lspconfig = require'lspconfig'
|
||||||
|
|||||||
Reference in New Issue
Block a user