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: set extui in `.nvim.lua`
robinwobin.dev
1 week ago
d4798929
0a646731
+2
1 changed file
expand all
collapse all
unified
split
.nvim.lua
+2
.nvim.lua
···
5
5
6
6
vim.cmd([[ set rtp^=. ]])
7
7
8
8
+
require('vim._extui').enable({})
9
9
+
8
10
vim.api.nvim_create_autocmd("UIEnter", {
9
11
callback = function()
10
12
R("artio").setup()