stylix, hyprland

This commit is contained in:
js0ny 2025-11-27 22:47:31 +00:00
parent db68f9d460
commit b440038b65
39 changed files with 704 additions and 226 deletions

View file

@ -0,0 +1 @@
vim.diagnostic.config({ virtual_lines = true })

View file

@ -0,0 +1,2 @@
-- Enable virtual lines for diagnostics in Java files (nvim >= 0.11)
vim.diagnostic.config({ virtual_lines = true, virtual_text = false })

View file

@ -31,7 +31,7 @@ return {
},
["<C-f>"] = { "select_and_accept" },
["<C-b>"] = { "hide", "fallback" },
["<CR>"] = { "accept", "fallback" },
["<CR>"] = { "fallback" },
},
completion = {
menu = { border = "single" },
@ -69,7 +69,7 @@ return {
},
completion = {
menu = { auto_show = true },
documentation = { auto_show = true, auto_show_delay_ms = 1000 },
-- documentation = { auto_show = true }, --, auto_show_delay_ms = 1000 },
},
},