mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-11-02 05:26:02 +00:00
Refactor LSP config into separate modules
This commit is contained in:
5
.config/nvim/lsp/expert.lua
Normal file
5
.config/nvim/lsp/expert.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'expert' },
|
||||
root_markers = { 'mix.exs', '.git' },
|
||||
filetypes = { 'elixir', 'eelixir', 'heex' },
|
||||
}
|
||||
Reference in New Issue
Block a user