neovim stuff

This commit is contained in:
cswimr 2025-02-09 11:03:41 -06:00
parent c5512ec9e9
commit f2e46d90bb
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
sources = [
{
name = "copilot";
group_index = 1;
group_index = 2;
}
{
name = "nvim_lsp";

View file

@ -63,7 +63,7 @@
notify_no_formatters = true;
default_format_opts = {
lsp_format = "fallback";
timeout_ms = 300;
timeout_ms = 1000;
};
formatters = {
shellcheck = {

View file

@ -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 = [
# {