From e93724d5f6607e876a60c946b8f59c4b3c61c215 Mon Sep 17 00:00:00 2001 From: Pasi Bergman Date: Thu, 5 Aug 2021 23:42:19 +0300 Subject: [Feature] Add PowerShell language server support (#1244) --- ftplugin/ps1.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ftplugin/ps1.lua (limited to 'ftplugin') diff --git a/ftplugin/ps1.lua b/ftplugin/ps1.lua new file mode 100644 index 00000000..6d388496 --- /dev/null +++ b/ftplugin/ps1.lua @@ -0,0 +1,3 @@ +require("lsp").setup "ps1" + +vim.cmd [[setlocal ts=4 sw=4]] -- cgit v1.2.3