mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: live server
This commit is contained in:
parent
4ba72487b4
commit
ef6ac90acf
3 changed files with 13 additions and 1 deletions
|
@ -226,7 +226,7 @@ M.mappings = {
|
|||
},
|
||||
r = {
|
||||
name = " Run",
|
||||
l = { "<cmd>edit term://live-server<cr>", "Live Server" },
|
||||
-- l = { "<cmd>edit term://live-server<cr>", "Live Server" },
|
||||
s = {
|
||||
'<cmd>autocmd bufwritepost [^_]*.sass,[^_]*.scss silent exec "!sass %:p %:r.css"<CR>',
|
||||
"Auto Compile Sass",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue