
codeium.vim (not using .nvim one because i want virtual text instead of a cmp source), modes to highlight the current line backgroun dwith a color depending on the mode im currently in, and lastly, suda to edit easily files with higher permissions
16 lines
217 B
Lua
16 lines
217 B
Lua
return {
|
|
{
|
|
"lambdalisue/suda.vim",
|
|
keys = {
|
|
{
|
|
"<leader>W",
|
|
":SudaWrite<CR>",
|
|
desc = "Suda Write",
|
|
},
|
|
},
|
|
cmd = {
|
|
"SudaRead",
|
|
"SudaWrite",
|
|
},
|
|
},
|
|
}
|