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

2
flake.lock generated
View File

@@ -1604,7 +1604,7 @@
}, },
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-xZuNpTEjJ95I2b7DocO3SZ7fu5rCfAvDft2BVc3HT8M=", "narHash": "sha256-uKD/aBVWD5zcrJhYkd1SoNcQl12Jn/SZsP98iN4C0Bs=",
"path": "./neovim", "path": "./neovim",
"type": "path" "type": "path"
}, },

View File

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