added cheatsheet to nvim (accessed by <leader>?)
This commit is contained in:
@@ -37,9 +37,15 @@ Plug 'Yggdroot/indentLine' " ident guides
|
|||||||
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
|
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
|
||||||
Plug 'elkowar/yuck.vim', {'for': 'yuck'} " for yuck (eww) configuration
|
Plug 'elkowar/yuck.vim', {'for': 'yuck'} " for yuck (eww) configuration
|
||||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update
|
||||||
|
"Plug 'jghauser/mkdir.nvim' " automatic mkdir -p for new directories (e.g. for diary)
|
||||||
|
"Plug 'ray-x/lsp_signature.nvim' " display signature of a function
|
||||||
|
"Plug 'akinsho/toggleterm.nvim' " a terminal inside nvim that can be toggled
|
||||||
" fuzzy finders
|
" fuzzy finders
|
||||||
Plug 'nvim-lua/plenary.nvim'
|
Plug 'nvim-lua/plenary.nvim'
|
||||||
Plug 'nvim-telescope/telescope.nvim'
|
Plug 'nvim-telescope/telescope.nvim'
|
||||||
|
" cheat sheet
|
||||||
|
Plug 'sudormrfbin/cheatsheet.nvim'
|
||||||
|
Plug 'nvim-lua/popup.nvim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
" }}} Plugins "
|
" }}} Plugins "
|
||||||
|
|
||||||
@@ -183,7 +189,6 @@ highlight LineNr ctermfg=7
|
|||||||
highlight CursorLineNr ctermfg=7
|
highlight CursorLineNr ctermfg=7
|
||||||
" }}} Color Scheme "
|
" }}} Color Scheme "
|
||||||
|
|
||||||
|
|
||||||
" VimTeX {{{ "
|
" VimTeX {{{ "
|
||||||
let g:vimtex_compiler_progname = 'nvr' " neovim-remote for vimtex
|
let g:vimtex_compiler_progname = 'nvr' " neovim-remote for vimtex
|
||||||
let g:vimtex_view_method = 'zathura' " set zathura as basic pdf viewer
|
let g:vimtex_view_method = 'zathura' " set zathura as basic pdf viewer
|
||||||
|
|||||||
Reference in New Issue
Block a user