hide ~ EOB chars

This commit is contained in:
2025-06-20 19:50:57 +02:00
parent 5fc86a5c65
commit 54efc70083

View File

@@ -40,6 +40,8 @@ vim.opt.concealcursor = "n"
vim.opt.conceallevel = 0
vim.g.lsp_zero_ui_float_border = "single"
vim.opt.fillchars = "eob: "
vim.filetype.add({
pattern = { [".*/hypr/.*%.conf"] = "hyprlang" },
})