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

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 [[