This commit is contained in:
Sergey 2026-01-13 23:24:10 +04:00
parent 812e74c510
commit 9fe2c95291
2 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,7 @@ icons=1
max-icon-size=64
default-timeout=5000
ignore-timeout=1
font=monospace 12
font=Iosevka Custom 10
[urgency=low]
border-color=#cccccc

View File

@ -40,6 +40,9 @@ Plug 'ziglang/zig.vim'
Plug 'elixir-editors/vim-elixir'
Plug 'mhinz/vim-mix-format'
" Godot
Plug 'habamax/vim-godot'
Plug 'tomtom/tcomment_vim'
Plug 'majutsushi/tagbar', { 'on': 'TagbarToggle' }
@ -142,6 +145,9 @@ let g:neosnippet#enable_snipmate_compatibility = 1
" Tell Neosnippet about the other snippets
let g:neosnippet#snippets_directory='$HOME/.config/nvim/bundle/vim-snippets/snippets'
" Godot
let g:godot_executable = 'godot'
lua << EOF
vim.cmd [[