mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 14:49:43 +02:00
add color
This commit is contained in:
parent
f5cfc8cf21
commit
53dbe48fff
3 changed files with 7 additions and 2 deletions
|
@ -62,6 +62,7 @@
|
||||||
"explorer.icon.enableNerdfont": true,
|
"explorer.icon.enableNerdfont": true,
|
||||||
"explorer.previewAction.onHover": false,
|
"explorer.previewAction.onHover": false,
|
||||||
"explorer.icon.enableVimDevicons": false,
|
"explorer.icon.enableVimDevicons": false,
|
||||||
|
"explorer.file.showHiddenFiles": false,
|
||||||
"explorer.keyMappings": {
|
"explorer.keyMappings": {
|
||||||
"<cr>": ["expandable?", "expand", "open"],
|
"<cr>": ["expandable?", "expand", "open"],
|
||||||
"v": "open:vsplit"
|
"v": "open:vsplit"
|
||||||
|
|
4
init.vim
4
init.vim
|
@ -70,5 +70,5 @@ endif
|
||||||
inoremap <expr> <c-j> ("\<C-n>")
|
inoremap <expr> <c-j> ("\<C-n>")
|
||||||
inoremap <expr> <c-k> ("\<C-p>")
|
inoremap <expr> <c-k> ("\<C-p>")
|
||||||
|
|
||||||
" set foldmethod=expr
|
hi VimDevIcon guifg=#569cd6 ctermfg=249 guibg=#1e1e1e ctermbg=234 gui=NONE cterm=NONE
|
||||||
" set foldexpr=nvim_treesitter#foldexpr()
|
|
||||||
|
|
|
@ -29,6 +29,10 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
||||||
Plug 'machakann/vim-highlightedyank'
|
Plug 'machakann/vim-highlightedyank'
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|
||||||
|
" Debug
|
||||||
|
" Plug 'mfussenegger/nvim-dap'
|
||||||
|
" Plug 'nvim-dap-virtual-text'
|
||||||
" Sneak
|
" Sneak
|
||||||
Plug 'justinmk/vim-sneak'
|
Plug 'justinmk/vim-sneak'
|
||||||
" Surround
|
" Surround
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue