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 = [
|
sources = [
|
||||||
{
|
{
|
||||||
name = "copilot";
|
name = "copilot";
|
||||||
group_index = 1;
|
group_index = 2;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "nvim_lsp";
|
name = "nvim_lsp";
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
notify_no_formatters = true;
|
notify_no_formatters = true;
|
||||||
default_format_opts = {
|
default_format_opts = {
|
||||||
lsp_format = "fallback";
|
lsp_format = "fallback";
|
||||||
timeout_ms = 300;
|
timeout_ms = 1000;
|
||||||
};
|
};
|
||||||
formatters = {
|
formatters = {
|
||||||
shellcheck = {
|
shellcheck = {
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
},
|
},
|
||||||
mouse_delay = 400
|
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 = [
|
# autoCmd = [
|
||||||
# {
|
# {
|
||||||
|
|
Loading…
Add table
Reference in a new issue