feat: add auto-save plugin with toggle mapping;
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
This commit is contained in:
8
nvim/lua/plugins/live-server.lua
Normal file
8
nvim/lua/plugins/live-server.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"barrett-ruth/live-server.nvim",
|
||||
build = 'pnpm add -g live-server',
|
||||
cmd = { 'LiveServerStart', 'LiveServerStop' },
|
||||
config = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user