made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
13
gitportable/usr/share/vim/vim91/ftplugin/gdshader.vim
Normal file
13
gitportable/usr/share/vim/vim91/ftplugin/gdshader.vim
Normal file
@@ -0,0 +1,13 @@
|
||||
vim9script
|
||||
|
||||
# Vim filetype plugin file
|
||||
# Language: Godot shading language
|
||||
# Maintainer: Maxim Kim <habamax@gmail.com>
|
||||
# Website: https://github.com/habamax/vim-gdscript
|
||||
|
||||
if exists("b:did_ftplugin") | finish | endif
|
||||
b:did_ftplugin = 1
|
||||
|
||||
b:undo_ftplugin = 'setlocal suffixesadd<'
|
||||
|
||||
setlocal suffixesadd=.gdshader
|
||||
Reference in New Issue
Block a user