mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-20 09:38:33 +02:00
Small improvements
This commit is contained in:
parent
8a3fe4fb0b
commit
2188a51eb0
4 changed files with 9 additions and 2 deletions
|
@ -34,7 +34,7 @@ return {
|
|||
keys = {
|
||||
{ -- NOTE: Temporary solution to open chrome - until I'll figure out how to run it automatically
|
||||
'<leader>dd',
|
||||
':!open -a "Google Chrome" --args --remote-debugging-port=9222<CR>',
|
||||
':!open -a "Google Chrome" --args --remote-debugging-port=9222<CR><CR>',
|
||||
},
|
||||
-- TODO: change lua formatter to keep such entries in one line
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue