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

@@ -26,6 +26,7 @@
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
"nvim-web-devicons": { "branch": "master", "commit": "4a8369f4c78ef6f6f895f0cec349e48f74330574" },
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
"riscv-asm-vim": { "branch": "master", "commit": "af37cced21452c6edbe1f42811103be34ee19de2" },
"rust.vim": { "branch": "master", "commit": "889b9a7515db477f4cb6808bef1769e53493c578" },
"rustaceanvim": { "branch": "master", "commit": "66398662c07d265b226897500ed50eafba3dffb4" },
"telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" },

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