Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas6 committed Jan 6, 2025
1 parent 2211d36 commit 600cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/.config/nvim/lua/config/map.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vim.api.nvim_set_keymap('n', '<leader>h', ':lua ToggleHighlightSearch()<CR>', {
vim.api.nvim_set_keymap('n', '<leader>bf', ':LspZeroFormat<CR>', {})
vim.api.nvim_set_keymap('n', '<leader>by', ':lua CopyCurrentBufferPath()<CR>', {})

vim.api.nvim_set_keymap('n', '<leader>bm', ':!zero fmt %:p<CR>', { silent = true })
vim.api.nvim_set_keymap('n', '<leader>bm', ':!zero fmt %:p<CR>')

-- alias :W to :w
vim.api.nvim_command('command W write')
Expand Down

0 comments on commit 600cca9

Please sign in to comment.