Skip to content

Commit 4e33bba

Browse files
nvim(dressing): re-enable select
1 parent 68ebd0a commit 4e33bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nvim/lua/minizilla/misc.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ require('dressing').setup {
6262
}
6363
}
6464
},
65-
-- temporary disable this due to elm-language-server annoyingly spawn vim.ui.select
65+
-- this might be enable/disable due to elm-language-server annoyingly spawn vim.ui.select
6666
-- see: https://github.com/elm-tooling/elm-language-server/issues/1298
67-
select = { enabled = false },
67+
select = { enabled = true },
6868
}

0 commit comments

Comments
 (0)