mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Update home/.config/nvim/lsp/luals.lua Update home/.config/nvim/lua/plugins/lang/markdown/obsidian-nvim.lua Update home/.config/nvim/lua/plugins/mod/snacks-nvim.lua Add home/.config/nvim/luarc.jsonc Update home/.config/zed/keymap.json Update nixcfgs/users/js0ny/packages/cli.nix Update nixcfgs/users/js0ny/packages/gui.nix Update nixcfgs/users/js0ny/programs/gnome.nix
20 lines
405 B
JSON
20 lines
405 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"runtime": {
|
|
"version": "LuaJIT"
|
|
},
|
|
"workspace": {
|
|
"checkThirdParty" : false,
|
|
"library": [
|
|
// Runtime and builtin libraries
|
|
"$VIMRUNTIME",
|
|
"${3rd}/luv/library"
|
|
],
|
|
"ignoreDir": [
|
|
"luasnippets"
|
|
]
|
|
},
|
|
"diagnostics.disable": [
|
|
"missing-fields"
|
|
]
|
|
}
|