mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 06:53:40 +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 = {
|
lua_ls = {
|
||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
hint = {
|
||||||
|
arrayIndex = "Disable",
|
||||||
|
paramName = "Literal",
|
||||||
|
},
|
||||||
runtime = {
|
runtime = {
|
||||||
version = "LuaJIT",
|
version = "LuaJIT",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue