feat: Fix hover border on rustaceanvim

This commit is contained in:
Uttarayan Mondal
2024-05-28 20:49:54 +05:30
parent e689a56cd6
commit 35128659d2
2 changed files with 5 additions and 2 deletions

View File

@@ -212,6 +212,10 @@ in rec {
dap = {
autoload_configurations = false;
};
tools = {
float_win_config = {border = "rounded";};
enable_clippy = false;
};
};
};
@@ -563,7 +567,6 @@ in rec {
end,
})
end)
vim.g.rustaceanvim["tools"] = { enable_clippy = false };
vim.api.nvim_create_user_command('Reso',
function()