mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 15:25:00 +01:00
fix typo
This commit is contained in:
parent
91fe53d702
commit
a8010ba139
|
@ -5,7 +5,7 @@ vim.cmd "silent! command! Format lua vim.lsp.buf.format()"
|
|||
vim.cmd "silent! command! DapUIOpen lua require('dapui').open()"
|
||||
|
||||
-- Close dapui
|
||||
vim.cmd "silent! command! DapUIOpen lua require('dapui').close()"
|
||||
vim.cmd "silent! command! DapUIClose lua require('dapui').close()"
|
||||
|
||||
-- Edit config
|
||||
vim.cmd "silent! command! ConfigOpen cd ~/.config/nvim"
|
||||
|
|
Loading…
Reference in a new issue