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:
parent
7251cc6558
commit
22f6fe546d
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@ local lspservers = {
|
|||
lua_ls = {
|
||||
settings = {
|
||||
Lua = {
|
||||
hint = {
|
||||
arrayIndex = "Disable",
|
||||
paramName = "Literal",
|
||||
},
|
||||
runtime = {
|
||||
version = "LuaJIT",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue