diff --git a/nixos/nvim/plugins/cmp.nix b/nixos/nvim/plugins/cmp.nix index 71a458c..b109066 100644 --- a/nixos/nvim/plugins/cmp.nix +++ b/nixos/nvim/plugins/cmp.nix @@ -7,7 +7,7 @@ sources = [ { name = "copilot"; - group_index = 1; + group_index = 2; } { name = "nvim_lsp"; diff --git a/nixos/nvim/plugins/conform.nix b/nixos/nvim/plugins/conform.nix index 88b4f42..db3a4a2 100644 --- a/nixos/nvim/plugins/conform.nix +++ b/nixos/nvim/plugins/conform.nix @@ -63,7 +63,7 @@ notify_no_formatters = true; default_format_opts = { lsp_format = "fallback"; - timeout_ms = 300; + timeout_ms = 1000; }; formatters = { shellcheck = { diff --git a/nixos/nvim/plugins/hover.nix b/nixos/nvim/plugins/hover.nix index 1918543..2c45554 100644 --- a/nixos/nvim/plugins/hover.nix +++ b/nixos/nvim/plugins/hover.nix @@ -23,7 +23,7 @@ }, mouse_delay = 400 }) - vim.o.mousemoveevent = true + vim.o.mousemoveevent = false -- enable this if you want to use mouse hover for some reason (are you crazy???? this shit sucks) ''; # autoCmd = [ # {