Skip to content

Commit

Permalink
Add heex to filetype list for neovim (lexical-lsp#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
soundmonster authored Nov 15, 2023
1 parent bb39bb2 commit a286190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ configuration below as a reference:
local configs = require("lspconfig.configs")

local lexical_config = {
filetypes = { "elixir", "eelixir", },
filetypes = { "elixir", "eelixir", "heex" },
cmd = { "/my/home/projects/_build/dev/package/lexical/bin/start_lexical.sh" },
settings = {},
}
Expand Down

0 comments on commit a286190

Please sign in to comment.