Switched to lazy vim as packer stopped working.
Will need to clear the .local/shared/nvim/site directory to stop using the packer packages. I guess I made a build and run? that's neat.
This commit is contained in:
@@ -10,6 +10,7 @@ vim.keymap.set('n', '<leader>e', '<cmd>Ex<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>ff', tbuiltin.find_files, opts)
|
||||
vim.keymap.set('n', '<leader>fb', '<cmd>Telescope buffers<cr>', opts)
|
||||
vim.keymap.set('n', '<leader>bb', save_all_and_build, opts)
|
||||
vim.keymap.set('n', '<leader>br', save_all_and_buildnrun, opts)
|
||||
-- TODO: get fancy and read the commentstring and user
|
||||
vim.keymap.set('i', '<A-t>', '// TODO(twig): ', opts)
|
||||
vim.keymap.set('i', '<A-y>', '// NOTE(twig): ', opts)
|
||||
|
||||
Reference in New Issue
Block a user