mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +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.previewAction.onHover": false,
|
||||
"explorer.icon.enableVimDevicons": false,
|
||||
"explorer.file.showHiddenFiles": false,
|
||||
"explorer.keyMappings": {
|
||||
"<cr>": ["expandable?", "expand", "open"],
|
||||
"v": "open:vsplit"
|
||||
|
|
4
init.vim
4
init.vim
|
@ -70,5 +70,5 @@ endif
|
|||
inoremap <expr> <c-j> ("\<C-n>")
|
||||
inoremap <expr> <c-k> ("\<C-p>")
|
||||
|
||||
" set foldmethod=expr
|
||||
" set foldexpr=nvim_treesitter#foldexpr()
|
||||
hi VimDevIcon guifg=#569cd6 ctermfg=249 guibg=#1e1e1e ctermbg=234 gui=NONE cterm=NONE
|
||||
|
||||
|
|
|
@ -29,6 +29,10 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|||
Plug 'machakann/vim-highlightedyank'
|
||||
else
|
||||
|
||||
|
||||
" Debug
|
||||
" Plug 'mfussenegger/nvim-dap'
|
||||
" Plug 'nvim-dap-virtual-text'
|
||||
" Sneak
|
||||
Plug 'justinmk/vim-sneak'
|
||||
" Surround
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue