~/.fdignore
The .fdignore file has the same syntax as .gitignore, meaning that the trailing slash denotes a folder. The leading slash denotes that only the entry placed at the top level should be ignored. …
The .fdignore file has the same syntax as .gitignore, meaning that the trailing slash denotes a folder. The leading slash denotes that only the entry placed at the top level should be ignored. …
impatient.nvim Speed up loading Lua modules in Neovim to improve startup time. Right buffer is before and left buffer is after installation of plugin.
mongo-nvim Features Browse MongoDB databases with Telescope Browse a Mongo database’s collections with Telescope Browse a collection’s documents with Telescope Edit a picked document from Neovim Requirements Nvim >= 0.5 …
dlv neovim >= 0.5 ~/.config/nvim/init.vim keys mapping docs nvim-dap Debug Adapter installation nvim-dap-ui
What does chezmoi do and why should I use it? chezmoi helps you manage your personal configuration files (dotfiles, like ~/.gitconfig) across multiple machines. chezmoi is helpful if you have spent …
If You like number 2 and You want to get number 2 more often You can easy add line case rand <- 2: to select block and that’s it.
desktop_notify This plugin provides implementations of the vim.notify function which use the operating system’s notification facility to display native notifications. Currently only shelling out to notify-send is implemented, but other implementations can be added. …