Just starred monkeytype by monkeytypegame. It’s an exciting project with a lot to offer. The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed.
Publishing rhythm
Check out ntangle.nvim by jbyuki. It’s a well-crafted project with great potential. literate programming for neovim
If you’re into interesting projects, don’t miss out on termopen.vim, created by fabi1cazenave. Easy integration of TUI apps in Neovim: Ranger, LF, Tig… Tetris…
karimknaebel has done a fantastic job with nvim-lspinstall. Highly recommend taking a look. Provides the missing:LspInstall for nvim-lspconfig
I’m impressed by nvim-lspinstall from kabouzeid. Provides the missing:LspInstall for nvim-lspconfig
Looking for inspiration? dotfiles by Conni2461. Current dotfiles and scripts
How to Install micromamba on linux (from the comamnd line only)
I really like using conda () as my python virtual environment manager of choice. It’s simple and it includes its own python interpreter using the version that I specify at creation. Mamba # from their readme Mamba is a reimplementation of the conda package manager in C++. parallel downloading of repository data and package files using multi-threading libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE core parts of mamba are implemented in C++ for maximum efficiency At the same time, mamba utilize the same command line parser, package installation and deinstallation code and transaction verification routines as conda to stay as compatible as possible. Installing Micromamba # Similar to miniconda micromamba can be installed with a few lines of bash Creating Environments with Micromamba # Creating new environments with micromamba is pretty similar to using conda. -c is required # I was unable to figure out…
Check out nvim-treesitter and their project nvim-treesitter-textobjects. No description available.
telescope-project.nvim by nvim-telescope is a game-changer in its space. Excited to see how it evolves. No description available.
I came across lspsaga.nvim from nvimdev, and it’s packed with great features and ideas. improve neovim lsp experience
rmagatti has done a fantastic job with auto-session. Highly recommend taking a look. A small automated session manager for Neovim
Vim Wsl Clipboard
I’ve long used neovim from within windows wsl, and for far too long, I went without a proper way to get text out of it and into windows. wsl has access to cmd applications # wsl can access clip.exe. You can do some cool things with it, such as cat a file into the clipboard, sending output from a command to the clipboard, or set an autocmd group in vim to send yank to the windows clipboard. using clip.exe # Let’s say you want to send a teammate the tail of a log file over chat. You can tail the file into clip.exe. pipe streams of text into clip.exe make it a bit more natural # I recently made mine feel a bit more natural by aliasing it to clip. pop this in your ~/.bashrc or ~/.zshrc yanking to windows clipboard from vim # I use neovim as my daily text editor and its a pain to share code with a teammate over chat, stack overflow, into a gist, or whatever you need. The following snippet has been quite useful and flawless for me. add this to your ~/.vimrc or your ~/.config/nvim/init.vim Ws…
I’m impressed by onebuddy from Th3Whit3Wolf. Light and dark atom one theme
I’m impressed by awesome-streamerrc from awesome-streamers. Dotfiles for various streamers on Twitch.
If you’re into interesting projects, don’t miss out on telescope-fzf-native.nvim, created by nvim-telescope. FZF sorter for telescope written in c
kedro replit
I am trying to see what an embeded replit
Looking for inspiration? ltreesitter by euclidianAce. Standalone tree sitter bindings for the Lua language
I’m impressed by hop.nvim from hadronized. Neovim motions on speed!
I’m impressed by gitmux from arl. 💻 Git in your tmux status bar
Check out bidict by jab. It’s a well-crafted project with great potential. The bidirectional mapping library for Python.