feat: windsurf is back; feat: add html snippet for boilerplate; refactor: lsp config due to deprecation; refactor: update hop mappings to current-line only with offsets; chore: adjust base02 color in kolyan theme
9 lines
184 B
Lua
9 lines
184 B
Lua
return {
|
|
{
|
|
"barrett-ruth/live-server.nvim",
|
|
build = 'pnpm add -g live-server',
|
|
cmd = { 'LiveServerStart', 'LiveServerStop' },
|
|
config = true
|
|
}
|
|
}
|