Add powershell support
This commit is contained in:
parent
fb3eb54de8
commit
6e713c1dec
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -26,6 +26,7 @@ let g:ale_linters = {
|
|||
\ 'sql': ['sql-lint'],
|
||||
\ 'promql': ['promql-langserver'],
|
||||
\ 'java': ['javalsp'],
|
||||
\ 'ps1': ['powershell'],
|
||||
\}
|
||||
|
||||
let g:ale_fixers = {
|
||||
|
|
1
pack/vendor/start/vim-powershell.git
vendored
Submodule
1
pack/vendor/start/vim-powershell.git
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 37fb044c8398018f5b900a05a39824dba7477575
|
Loading…
Reference in New Issue
Block a user