mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 03:55:04 +02:00
quarto in default port
This commit is contained in:
parent
84d525f76c
commit
c6f310e755
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ return {
|
|||
-- Quarto
|
||||
{ '<leader>q', group = '[q]uarto' },
|
||||
{ '<leader>qh', ':QuartoHelp ', desc = '[h]elp' },
|
||||
{ '<leader>qp', ":lua require'quarto'.quartoPreview()<cr>", desc = '[p]review' },
|
||||
{ '<leader>qp', ":lua require'quarto'.quartoPreview({ args = '--port 4242 --no-browser' })<cr>", desc = '[p]review' },
|
||||
-- Vim
|
||||
{ '<leader>v', group = '[v]im' },
|
||||
{ '<leader>vc', ':Telescope colorscheme<cr>', desc = '[c]olortheme' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue