summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrvxs <[email protected]>2021-08-06 16:46:51 +0530
committergrvxs <[email protected]>2021-08-06 16:46:51 +0530
commit771f872bccf41e9a8be691892d0e6d29e71b7434 (patch)
treebeaf90a57fd780c463f41b0cdae9ad6d65a1d355
parente3273ec3dd448848f5000db85fa7b75aee34eb47 (diff)
fix: typos in ftplugin/
-rw-r--r--ftplugin/elixir.lua2
-rw-r--r--ftplugin/euphoria3.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/ftplugin/elixir.lua b/ftplugin/elixir.lua
index f16f71fa..f8ae8b64 100644
--- a/ftplugin/elixir.lua
+++ b/ftplugin/elixir.lua
@@ -1,7 +1,7 @@
require("lsp").setup "elixir"
-- TODO: do we need this?
--- needed for the LSP to recognize elixir files (alternativly just use elixir-editors/vim-elixir)
+-- needed for the LSP to recognize elixir files (alternatively just use elixir-editors/vim-elixir)
-- vim.cmd [[
-- au BufRead,BufNewFile *.ex,*.exs set filetype=elixir
-- au BufRead,BufNewFile *.eex,*.leex,*.sface set filetype=eelixir
diff --git a/ftplugin/euphoria3.lua b/ftplugin/euphoria3.lua
index 391c51ad..168af22b 100644
--- a/ftplugin/euphoria3.lua
+++ b/ftplugin/euphoria3.lua
@@ -1,7 +1,7 @@
require("lsp").setup "erlang"
-- TODO: do we need this?
--- needed for the LSP to recognize elixir files (alternativly just use elixir-editors/vim-elixir)
+-- needed for the LSP to recognize elixir files (alternatively just use elixir-editors/vim-elixir)
-- vim.cmd [[
-- au BufRead,BufNewFile *.ex,*.exs set filetype=elixir
-- au BufRead,BufNewFile *.eex,*.leex,*.sface set filetype=eelixir