-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I wish to use this mainly to edit the config files for neovim. However with my current configuration, whenever I save the file, it does "Diagnose Workspace x/817", which takes ages.
I don't understand which files it is trying to diagnose and why. The lua files I'm editing are in ~/.vim
My current config file is this
"Lua.addonManager.enable": true,
"Lua.codeLens.enable": true,
"Lua.completion.enable": true,
"Lua.completion.keywordSnippet": "Both",
"Lua.completion.displayContext": 10,
"Lua.format.enable": true,
"Lua.workspace.library": [
"/usr/share/nvim/runtime/lua",
"/usr/share/nvim/runtime/lua/vim",
"/usr/share/nvim/runtime/lua/vim/lsp",
"~/.vim/plugged/**/lua/"
],
"Lua.workspace.ignoreDir": [
".vscode",
"plugged",
".git"
],
"Lua.diagnostics.globals": [
"vim"
],
"Lua.diagnostics.workspaceRate": 100,
"Lua.doc.privateName": [
"m_*"
],
"Lua.hint.enable": true,Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels