···4343 if event.match:match("^%w%w+://") then
4444 return
4545 end
4646+ -- TODO: confirm to create parent directories
4647 local file = vim.uv.fs_realpath(event.match) or event.match
4748 vim.fn.mkdir(vim.fn.fnamemodify(file, ":p:h"), "p")
4849 end,
4950})
5151+5252+-- TODO: rewrite this in style of v0.11 implementation
50535154-- Set options for terminal buffer
5255-- Use `BufWinEnter term://*` instead of just `TermOpen`
+5-1
todo.norg
···55- ( ) [sg.nvim]{https://github.com/sourcegraph/sg.nvim} support with luarocks maybe?
66- ( ) [rustaceanvim]{https://github.com/mrcjkb/rustaceanvim}
77- ( ) [macro-nvim's amazing util codes]{https://sourcegraph.com/github.com/Bekaboo/nvim@8401d73197e4ec214fe2bae0e0eb9b17a1f4cfbc/-/blob/lua/utils/git.lua?L74}
88-- ( ) [ts-comment.nvim](https://github.com/folke/ts-comments.nvim)
88+- ( ) [ts-comment.nvim]{https://github.com/folke/ts-comments.nvim}
99+- ( ) fuzzy file finder that allows to go up to parent directory
1010+-- some keymap to exit current directory
1111+-- `CTRL-Y` mapping to confirm current selection (directory in cursor) but instead of opening it, move fuzzy finding context to that context
1212+- ( ) [ecolog.nvim]{https://github.com/philosofonusus/ecolog.nvim}