Skip to content

Commit

Permalink
fix(plugins): disable didChangeWatchedFiles by default for roslyn
Browse files Browse the repository at this point in the history
  • Loading branch information
cpea2506 committed Oct 24, 2023
1 parent e05b778 commit b23d5b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"nvim-treesitter": { "branch": "master", "commit": "4199be485cd85662d8ff1dc8c4cc78d819fad6cd" },
"nvim-ts-context-commentstring": { "branch": "main", "commit": "92e688f013c69f90c9bbd596019ec10235bc51de" },
"nvim-web-devicons": { "branch": "master", "commit": "5de460ca7595806044eced31e3c36c159a493857" },
"one_monokai.nvim": { "branch": "main", "commit": "4bb9f1a65576ffc96d2e979d5ab248ad16965a85" },
"one_monokai.nvim": { "branch": "main", "commit": "07fbc4739b828d529e8294c337ac2f99ab1d05b9" },
"onedarker.nvim": { "branch": "freeze", "commit": "b00dd2189f264c5aeb4cf04c59439655ecd573ec" },
"plenary.nvim": { "branch": "master", "commit": "50012918b2fc8357b87cff2a7f7f0446e47da174" },
"presence.nvim": { "branch": "main", "commit": "f3997760fa25485a61258c86bde86108cb8e4204" },
"project.nvim": { "branch": "main", "commit": "8c6bad7d22eef1b71144b401c9f74ed01526a4fb" },
"rainbow-delimiters.nvim": { "branch": "master", "commit": "9fda1322e704acfbb5a9691e2c4303368d591367" },
"relative-toggle.nvim": { "branch": "main", "commit": "fabe2f60f5f148f2bf1fb76e8a542f5adf8d996a" },
"roslyn.nvim": { "branch": "main", "commit": "5b9415f5bf6965b054fd30d4e97030a92ae04078" },
"rustaceanvim": { "branch": "master", "commit": "5fe427d5eabc267732b295320384c6ab9f443f14" },
"schemastore.nvim": { "branch": "main", "commit": "e0268efbb748bc12c024311540acb91d7ed1148e" },
"rustaceanvim": { "branch": "master", "commit": "8b1bf93869b6b90214d3f88765e0789ddfda6f13" },
"schemastore.nvim": { "branch": "main", "commit": "e0884542c973b92a193274eaebedd8d2ae05ceb5" },
"structlog.nvim": { "branch": "main", "commit": "45b26a2b1036bb93c0e83f4225e85ab3cee8f476" },
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6c921ca12321edaa773e324ef64ea301a1d0da62" },
"telescope.nvim": { "branch": "0.1.x", "commit": "7011eaae0ac1afe036e30c95cf80200b8dc3f21a" },
Expand Down
2 changes: 1 addition & 1 deletion lua/pea/config/roslyn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ return function()
capabilities = vim.tbl_deep_extend("force", lsp.common_capabilities(), {
workspace = {
didChangeWatchedFiles = {
dynamicRegistration = true,
dynamicRegistration = false,
},
},
}),
Expand Down

0 comments on commit b23d5b6

Please sign in to comment.