all repos

init.lua @ d67cb0e67398de6238e3c504f0318a78f8d1f34b

my nvim config
1 files changed, 2 insertions(+), 0 deletions(-)
feat(lsp): how lua_ls is less annoying
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-07-21 19:22:41 +0300
Parent: 2897594
M lua/plugins/lsp/servers.lua

@@ -46,6 +46,8 @@ settings = {

Lua = { format = { enable = false }, completion = { callSnippet = "Replace" }, + diagnostics = { globals = { "vim", "it", "describe" } }, + workspace = { checkThirdParty = false }, hint = { enable = true, arrayIndex = "Disable",