mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
fix(rust): add rust-analyzer exclude directory
This commit is contained in:
@ -53,6 +53,7 @@ vim.g.rustaceanvim = function()
|
||||
"screenshots",
|
||||
"target",
|
||||
"out",
|
||||
"examples/node_modules",
|
||||
"../out",
|
||||
"../node_modules",
|
||||
"../.next",
|
||||
|
Reference in New Issue
Block a user