Update
This commit is contained in:
@@ -10,7 +10,7 @@ icons=1
|
|||||||
max-icon-size=64
|
max-icon-size=64
|
||||||
default-timeout=5000
|
default-timeout=5000
|
||||||
ignore-timeout=1
|
ignore-timeout=1
|
||||||
font=monospace 12
|
font=Iosevka Custom 10
|
||||||
|
|
||||||
[urgency=low]
|
[urgency=low]
|
||||||
border-color=#cccccc
|
border-color=#cccccc
|
||||||
|
|||||||
@@ -40,6 +40,9 @@ Plug 'ziglang/zig.vim'
|
|||||||
Plug 'elixir-editors/vim-elixir'
|
Plug 'elixir-editors/vim-elixir'
|
||||||
Plug 'mhinz/vim-mix-format'
|
Plug 'mhinz/vim-mix-format'
|
||||||
|
|
||||||
|
" Godot
|
||||||
|
Plug 'habamax/vim-godot'
|
||||||
|
|
||||||
Plug 'tomtom/tcomment_vim'
|
Plug 'tomtom/tcomment_vim'
|
||||||
|
|
||||||
Plug 'majutsushi/tagbar', { 'on': 'TagbarToggle' }
|
Plug 'majutsushi/tagbar', { 'on': 'TagbarToggle' }
|
||||||
@@ -142,6 +145,9 @@ let g:neosnippet#enable_snipmate_compatibility = 1
|
|||||||
" Tell Neosnippet about the other snippets
|
" Tell Neosnippet about the other snippets
|
||||||
let g:neosnippet#snippets_directory='$HOME/.config/nvim/bundle/vim-snippets/snippets'
|
let g:neosnippet#snippets_directory='$HOME/.config/nvim/bundle/vim-snippets/snippets'
|
||||||
|
|
||||||
|
" Godot
|
||||||
|
let g:godot_executable = 'godot'
|
||||||
|
|
||||||
|
|
||||||
lua << EOF
|
lua << EOF
|
||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
|
|||||||
Reference in New Issue
Block a user