diff options
| author | Rasheed Atanda <atandarash@gmail.com> | 2025-09-02 06:59:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-01 22:59:18 -0700 |
| commit | f3abd2bda904262d959814af49ba884a47a7a234 (patch) | |
| tree | ef109b086bd9e95c6b684ab4290b06e92277dbfe /lsp | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-f3abd2bda904262d959814af49ba884a47a7a234.tar nvim-lspconfig-f3abd2bda904262d959814af49ba884a47a7a234.tar.gz nvim-lspconfig-f3abd2bda904262d959814af49ba884a47a7a234.tar.bz2 nvim-lspconfig-f3abd2bda904262d959814af49ba884a47a7a234.tar.lz nvim-lspconfig-f3abd2bda904262d959814af49ba884a47a7a234.tar.xz nvim-lspconfig-f3abd2bda904262d959814af49ba884a47a7a234.tar.zst nvim-lspconfig-f3abd2bda904262d959814af49ba884a47a7a234.zip | |
fix(expert): reorder the markers #4047
Diffstat (limited to 'lsp')
| -rw-r--r-- | lsp/expert.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/expert.lua b/lsp/expert.lua index a044f071..e30afd4b 100644 --- a/lsp/expert.lua +++ b/lsp/expert.lua @@ -7,6 +7,6 @@ ---@type vim.lsp.Config return { filetypes = { 'elixir', 'eelixir', 'heex', 'surface' }, - root_markers = { 'mix.exs', '.git' }, + root_markers = { '.git', 'mix.exs' }, cmd = { 'expert' }, } |
