nvim plugins, migrate alacritty config
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user