Evie Litherland-Smith
4054030afc
Separate nvim config into separate project, to be used as submodule for main dotfile
8 lines
199 B
Lua
8 lines
199 B
Lua
return {
|
|
mode = "workspace_diagnostics",
|
|
auto_open = false,
|
|
auto_close = false,
|
|
auto_preview = true,
|
|
auto_jump = { "lsp_definitions", "lsp_references", "lsp_implementations" },
|
|
}
|