From 35128659d2ee096ee761377bdbd8d38d2250f96a Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Tue, 28 May 2024 20:49:54 +0530 Subject: [PATCH] feat: Fix hover border on rustaceanvim --- flake.lock | 2 +- neovim/nvim.nix | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 2efc3aae..398b982f 100644 --- a/flake.lock +++ b/flake.lock @@ -1604,7 +1604,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-xZuNpTEjJ95I2b7DocO3SZ7fu5rCfAvDft2BVc3HT8M=", + "narHash": "sha256-uKD/aBVWD5zcrJhYkd1SoNcQl12Jn/SZsP98iN4C0Bs=", "path": "./neovim", "type": "path" }, diff --git a/neovim/nvim.nix b/neovim/nvim.nix index 953c812e..052f492b 100644 --- a/neovim/nvim.nix +++ b/neovim/nvim.nix @@ -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()