yannickperrenet / dotfiles

💛 My dotfiles.
https://github.com/yannickperrenet/iscripts
MIT License
3 stars 0 forks source link

Come up with new ideas #7

Closed yannickperrenet closed 2 years ago

yannickperrenet commented 3 years ago

Some YouTube channels I came across to look into:

yannickperrenet commented 3 years ago

https://github.com/tree-sitter/tree-sitter and Neovim: https://github.com/nvim-treesitter/nvim-treesitter

To get a little more familiar with syntax trees: https://engineering.soroco.com/abstract-syntax-tree-for-patching-code-and-assessing-code-quality/

yannickperrenet commented 3 years ago

https://github.com/nvim-telescope/telescope.nvim

Use telescope for everything search, e.g. LSP references, words, files, etc.

yannickperrenet commented 3 years ago

Shortcut to source vim dotfiles again when inside vim.

Rust to write a Vim plugin.