Update 2025-02-28

Update 2025-02-14

Update 2025-02-16

Update 2025-02-21

Update 2025-02-23

Update 2025-02-25

Update 2025-02-27

Update 2025-02-28
This commit is contained in:
2025-02-07 19:47:38 +02:00
parent 464e342e58
commit e0f12a9ce3
36 changed files with 487 additions and 331 deletions

View File

@@ -87,12 +87,6 @@ vim.api.nvim_create_autocmd({ "BufWritePost" }, {
end,
})
vim.filetype.add({
pattern = {
[".*/hypr/.*%.conf"] = "hyprlang",
},
})
-- Hyprlang LSP
vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
pattern = { "*.hl", "hypr*.conf" },
@@ -130,8 +124,4 @@ vim.api.nvim_create_autocmd({ "VimEnter" }, {
})
vim.opt_local.colorcolumn = "80"
end
vim.api.nvim_create_autocmd({ "FileType" }, {
pattern = { "markdown", "norg", "typst", "tex" },
callback = setup_soft_wrap,
}) ]]
]]