mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
lightspeed nvim navigation
This commit is contained in:
parent
096aa594a8
commit
f51f0c0e3d
@ -115,6 +115,12 @@ require('packer').startup(function(use)
|
||||
-- Markdown renderer / wiki notes
|
||||
use 'vimwiki/vimwiki'
|
||||
|
||||
-- Navigation
|
||||
use {
|
||||
'ggandor/lightspeed.nvim',
|
||||
branch = 'smart-autojump'
|
||||
}
|
||||
|
||||
-- Snippet engine
|
||||
use 'L3MON4D3/LuaSnip'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user