-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move from notion to markdown #8
Comments
add neoscroll: https://github.com/karb94/neoscroll.nvim |
git operations: octo.nvim, neogit, diffview and gitsigns |
for images interesting to also consider: nvim-ufo + https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab |
additional considerations:
this task is focused around tweaking the configs themselves not just adding the base packages. |
for notetaking we leverage the images.nvim plugin to remplace notion
https://github.com/3rd/image.nvim
https://github.com/HakonHarnes/img-clip.nvim
More importantly we use syslang. We find the following three resources:
https://github.com/3rd/config/tree/master/dotfiles/nvim/plugins/syslang
https://github.com/3rd/syslang/tree/master/tree-sitter-syslang
https://github.com/3rd/config/blob/31fe4d1e7c16e7ac923d7c4393fccfc508ef9a26/dotfiles/nvim/lua/modules/language-support/breadcrumbs.lua#L10
Looks to be the best of both worlds
https://github.com/Feel-ix-343/markdown-oxide?tab=readme-ov-file#configuration
which can be managed with: https://github.com/williamboman/mason.nvim
previously considered:
https://github.com/epwalsh/obsidian.nvim
some markdown related plugins (maybe redundant):
https://github.com/tree-sitter-grammars/tree-sitter-markdown
https://github.com/artempyanykh/marksman
keep in mind we also want to add
leap and flit, the motion plugins
then we use those snippets as inspiration to include in the files we templatize
https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab
https://github.com/Stats-for-Startups/All-Hands-on-Deck/blob/main/README.md?plain=1
https://raw.githubusercontent.com/mikesmithgh/kitty-scrollback.nvim/main/README.md
The text was updated successfully, but these errors were encountered: