neovim stuff
This commit is contained in:
parent
c5512ec9e9
commit
f2e46d90bb
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
sources = [
|
||||
{
|
||||
name = "copilot";
|
||||
group_index = 1;
|
||||
group_index = 2;
|
||||
}
|
||||
{
|
||||
name = "nvim_lsp";
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
notify_no_formatters = true;
|
||||
default_format_opts = {
|
||||
lsp_format = "fallback";
|
||||
timeout_ms = 300;
|
||||
timeout_ms = 1000;
|
||||
};
|
||||
formatters = {
|
||||
shellcheck = {
|
||||
|
|
|
@ -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 = [
|
||||
# {
|
||||
|
|
Loading…
Add table
Reference in a new issue