update
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user