We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ebd0a commit 4e33bbaCopy full SHA for 4e33bba
modules/nvim/lua/minizilla/misc.lua
@@ -62,7 +62,7 @@ require('dressing').setup {
62
}
63
64
},
65
- -- temporary disable this due to elm-language-server annoyingly spawn vim.ui.select
+ -- this might be enable/disable due to elm-language-server annoyingly spawn vim.ui.select
66
-- see: https://github.com/elm-tooling/elm-language-server/issues/1298
67
- select = { enabled = false },
+ select = { enabled = true },
68
0 commit comments