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: reset artio to default opts
robinwobin.dev
4 months ago
0c38939e
4eb0c0e2
+1
-1
1 changed file
expand all
collapse all
unified
split
.nvim.lua
+1
-1
.nvim.lua
···
5
5
6
6
vim.cmd([[ set rtp^=. ]])
7
7
8
8
-
R("artio")
8
8
+
R("artio").setup()
9
9
10
10
vim.cmd([[ nnoremap <leader>ff <Plug>(artio-files) ]])
11
11
vim.cmd([[ noremap <leader>r <cmd>restart<cr> ]])