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: reload local package
robinwobin.dev
4 months ago
be7bdbae
bcb15ea8
+7
1 changed file
expand all
collapse all
unified
split
.nvim.lua
+7
.nvim.lua
···
1
1
+
R = function(m, ...)
2
2
+
require("plenary.reload").reload_module(m, ...)
3
3
+
return require(m)
4
4
+
end
5
5
+
1
6
vim.cmd([[ set rtp^=. ]])
7
7
+
8
8
+
R("artio")
2
9
3
10
vim.cmd([[ nnoremap <leader>ff <Plug>(artio-files) ]])
4
11
vim.cmd([[ noremap <leader>r <cmd>restart<cr> ]])