all repos

init.lua @ 89c8d9768cfd08d75e84087ca655f7f9b8af7943

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat: enable new extui
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-06-01 02:37:51 +0300
Parent: f83046e
M lua/core/options.lua

@@ -1,4 +1,5 @@

vim.opt.shell = "/bin/bash" -- fixes issues with fish shell +require("vim._extui").enable {} vim.diagnostic.config { update_in_insert = true,