From 6e713c1dec800ad17924cf21489f71cc2a1ff5e3 Mon Sep 17 00:00:00 2001 From: Blallo Date: Mon, 21 Feb 2022 18:45:05 +0100 Subject: [PATCH] Add powershell support --- .gitmodules | 3 +++ config/before/ale.vim | 1 + pack/vendor/start/vim-powershell.git | 1 + 3 files changed, 5 insertions(+) create mode 160000 pack/vendor/start/vim-powershell.git 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