1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/lang/lua.lua: disable some inline hints

This commit is contained in:
Henrik Hautakoski 2026-02-16 20:48:04 +01:00
parent 7251cc6558
commit 22f6fe546d

View file

@ -2,6 +2,10 @@ local lspservers = {
lua_ls = {
settings = {
Lua = {
hint = {
arrayIndex = "Disable",
paramName = "Literal",
},
runtime = {
version = "LuaJIT",
},