nvim plugins, migrate alacritty config

This commit is contained in:
Jacob Bohanon
2023-11-07 08:43:11 -05:00
parent 8e6f954519
commit 7ba21be4a0
4 changed files with 24 additions and 66 deletions

View File

@@ -16,7 +16,7 @@ local nav_file = function(n)
end
end
harpmap('<Leader>ee', require('harpoon.mark').add_file)
harpmap('<Leader>h', require('harpoon.mark').add_file)
harpmap('<Leader>fh', harp.toggle_quick_menu)
harpmap('<Leader>1', nav_file(1))
harpmap('<Leader>2', nav_file(2))

View File

@@ -56,6 +56,8 @@ Plug 'kyazdani42/nvim-tree.lua'
Plug('ellisonleao/glow.nvim', { branch = 'main' })
Plug 'tpope/vim-dispatch'
Plug 'jamestthompson3/nvim-remote-containers'
vim.call('plug#end')
require("plugins/airline")