diff --git a/.gitmodules b/.gitmodules index 8d62a40..a1fcbbe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -98,3 +98,6 @@ [submodule "pack/vendor/start/docker-compose.vim"] path = pack/vendor/start/docker-compose.vim url = https://github.com/skanehira/docker-compose.vim +[submodule "pack/vendor/start/vim-powershell.git"] + path = pack/vendor/start/vim-powershell.git + url = https://github.com/corbob/vim-powershell.git diff --git a/config/before/ale.vim b/config/before/ale.vim index 84961ea..57a0385 100644 --- a/config/before/ale.vim +++ b/config/before/ale.vim @@ -26,6 +26,7 @@ let g:ale_linters = { \ 'sql': ['sql-lint'], \ 'promql': ['promql-langserver'], \ 'java': ['javalsp'], +\ 'ps1': ['powershell'], \} let g:ale_fixers = { diff --git a/pack/vendor/start/vim-powershell.git b/pack/vendor/start/vim-powershell.git new file mode 160000 index 0000000..37fb044 --- /dev/null +++ b/pack/vendor/start/vim-powershell.git @@ -0,0 +1 @@ +Subproject commit 37fb044c8398018f5b900a05a39824dba7477575