all repos

init.lua @ d7db507eeb016886cfd1b793c821729deac3cced

my nvim config
2 files changed, 2 insertions(+), 1 deletions(-)
refactor(lsp): change runtime of lua_ls; change lazy loading strategy for fidget.nvim
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-01 20:08:54 +0300
Parent: c51683e
M lsp/lua_ls.lua

@@ -17,6 +17,7 @@ Lua = {

format = { enable = false }, completion = { callSnippet = "Replace" }, telemetry = { enable = false }, + runtime = { version = "LuaJIT" }, hint = { enable = true, arrayIndex = "Disable",
M lua/plugins/lsp.lua

@@ -3,7 +3,7 @@ return {

"b0o/schemastore.nvim", { "j-hui/fidget.nvim", - event = { "BufReadPre", "BufNewFile" }, + event = "LspAttach", opts = { progress = { display = {