Configure Elixir
This commit is contained in:
parent
9ff1ccc4fa
commit
d3c8119c2c
3 changed files with 9 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ in
|
|||
# neotest
|
||||
neotest
|
||||
neotest-rust
|
||||
neotest-elixir
|
||||
|
||||
# SQL
|
||||
vim-dadbod
|
||||
|
|
@ -163,6 +164,9 @@ in
|
|||
# JSON and YAML extras
|
||||
nodePackages.yaml-language-server
|
||||
|
||||
# Elixir
|
||||
beam28Packages.elixir-ls
|
||||
|
||||
# Custom
|
||||
editorconfig-checker
|
||||
shellcheck
|
||||
|
|
@ -208,6 +212,7 @@ in
|
|||
{ import = "lazyvim.plugins.extras.lang.sql" },
|
||||
{ import = "lazyvim.plugins.extras.lang.yaml" },
|
||||
{ import = "lazyvim.plugins.extras.lang.scala" },
|
||||
{ import = "lazyvim.plugins.extras.lang.elixir" },
|
||||
{ import = "lazyvim.plugins.extras.test.core" },
|
||||
-- import/override with your plugins
|
||||
{ import = "plugins" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue