This commit is contained in:
2025-08-04 20:24:49 +03:00
parent 56ae38478f
commit af6b4654e4
8 changed files with 278 additions and 214 deletions

View File

@@ -10,3 +10,6 @@ o.shiftwidth = 4
-- local o = vim.o
o.cursorlineopt ='both' -- to enable cursorline!
-- risc-v highlighting
vim.g.riscv_asm_all_enable = true

View File

@@ -85,11 +85,19 @@ return {
end
},
-- Summer time fest
{
'wakatime/vim-wakatime',
lazy = false
},
-- RISC-V advanced highlighting
{
"henry-hsieh/riscv-asm-vim",
ft = { "riscv_asm" },
-- riscv_asm_all_enable = true,
}
-- {
-- "3rd/image.nvim",
-- build = false, -- so that it doesn't build the rock https://github.com/3rd/image.nvim/issues/91#issuecomment-2453430239