Update
This commit is contained in:
parent
812e74c510
commit
9fe2c95291
@ -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
|
||||
|
||||
@ -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 [[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user