Skip to content

Commit

Permalink
config(neovim): set settings.Lua.checkThirdParty to false
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro committed Jul 2, 2023
1 parent 0e7f450 commit f420179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/.config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ return {
},
workspace = {
library = vim.api.nvim_get_runtime_file("", true),
checkThirdParty = false,
},
telemetry = {
enable = false,
Expand Down

0 comments on commit f420179

Please sign in to comment.