tangled
alpha
login
or
join now
robinwobin.dev
/
artio.nvim
3
fork
atom
minimal extui fuzzy finder for neovim
3
fork
atom
overview
issues
pulls
pipelines
meta: add `rtp` prepend to `.nvim.lua`
robinwobin.dev
4 months ago
fc68310e
b33878df
+2
1 changed file
expand all
collapse all
unified
split
.nvim.lua
+2
.nvim.lua
···
1
1
+
vim.cmd([[ set rtp^=. ]])
2
2
+
1
3
vim.cmd([[ nnoremap <leader>ff <Plug>(artio-files) ]])
2
4
vim.cmd([[ noremap <leader>r <cmd>restart<cr> ]])
3
5