neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update todo

+8 -1
+3
lua/core/autocmds.lua
··· 43 43 if event.match:match("^%w%w+://") then 44 44 return 45 45 end 46 + -- TODO: confirm to create parent directories 46 47 local file = vim.uv.fs_realpath(event.match) or event.match 47 48 vim.fn.mkdir(vim.fn.fnamemodify(file, ":p:h"), "p") 48 49 end, 49 50 }) 51 + 52 + -- TODO: rewrite this in style of v0.11 implementation 50 53 51 54 -- Set options for terminal buffer 52 55 -- Use `BufWinEnter term://*` instead of just `TermOpen`
+5 -1
todo.norg
··· 5 5 - ( ) [sg.nvim]{https://github.com/sourcegraph/sg.nvim} support with luarocks maybe? 6 6 - ( ) [rustaceanvim]{https://github.com/mrcjkb/rustaceanvim} 7 7 - ( ) [macro-nvim's amazing util codes]{https://sourcegraph.com/github.com/Bekaboo/nvim@8401d73197e4ec214fe2bae0e0eb9b17a1f4cfbc/-/blob/lua/utils/git.lua?L74} 8 - - ( ) [ts-comment.nvim](https://github.com/folke/ts-comments.nvim) 8 + - ( ) [ts-comment.nvim]{https://github.com/folke/ts-comments.nvim} 9 + - ( ) fuzzy file finder that allows to go up to parent directory 10 + -- some keymap to exit current directory 11 + -- `CTRL-Y` mapping to confirm current selection (directory in cursor) but instead of opening it, move fuzzy finding context to that context 12 + - ( ) [ecolog.nvim]{https://github.com/philosofonusus/ecolog.nvim}