I've been iterating on this configuration for more than 12 years and 1,000 commits. It's very unlikely you'd want to use it directly. Instead, feel free to learn and take snippets from it.
This is one of the things I'm most proud of, definitely steal it.
Each plugin is included and managed in its own file.
Be sure you read the About section above.
git clone git@github.com:mutewinter/dot_vim.git ~/.config/nvim
.cd ~/.config/nvim
.
Now you have a choice. The automated script or the manual process.
- Run
scripts/setup
.
or
rake vim:link
to make the.vimrc
and.nvimrc
symbolic links.vim +PlugInstall +qall
- I'm using NeoVim via Homebrew on macOS.
- Pressing
enter
in normal mode saves the current buffer, if needed.
And many more. See mappings.vim
and
plug_plugins
for more.
Create a new .vim
file with the same name as the plugin you'd like to install
in plug_plugins/custom
. Then add the installation
block. For example:
plug_plugins/custom/vim-move.vim
if exists('g:plug_installing_plugins')
Plug 'matze/vim-move.vim'
finish
endif
let g:move_key_modifier = 'C'
This example installs vim-move
.
StarsΒ Β Β Β Β Β Β Β Β | Plugin | Description |
---|---|---|
coc.nvim π | Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. | |
vim-fugitive π | fugitive.vim: A Git wrapper so awesome, it should be illegal | |
telescope.nvim π | Find, Filter, Preview, Pick. All lua, all the time. | |
vim-surround π | surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease | |
nvim-treesitter π | Nvim Treesitter configurations and abstraction layer | |
copilot.vim π | Neovim plugin for GitHub Copilot | |
nvim-tree.lua π | A file explorer tree for neovim written in lua | |
lualine.nvim π | A blazing fast and easy to configure neovim statusline plugin written in pure lua. | |
vim-startify π | π The fancy start screen for Vim. | |
mini.nvim π | Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort | |
gitsigns.nvim π | Git integration for buffers | |
diffview.nvim π | Single tabpage interface for easily cycling through diffs for all modified files for any git rev. | |
neogit π | An interactive and powerful Git interface for Neovim, inspired by Magit | |
undotree | The undo history visualizer for VIM | |
Comment.nvim π | π§ πͺ // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more | |
vim-dadbod π | dadbod.vim: Modern database interface for Vim | |
editorconfig-vim π | EditorConfig plugin for Vim | |
nvim-notify π | A fancy, configurable, notification manager for NeoVim | |
vim-abolish | abolish.vim: Work with several variants of a word at once | |
plenary.nvim π | plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice. | |
vim-repeat | repeat.vim: enable repeating supported plugin maps with "." | |
targets.vim | Vim plugin that provides additional text objects | |
nvim-treesitter-context π | Show code context | |
nvim-web-devicons | lua fork of vim-web-devicons for neovim |
|
splitjoin.vim π | Switch between single-line and multiline forms of code | |
vim-eunuch | eunuch.vim: Helpers for UNIX | |
vim-coffee-script | CoffeeScript support for vim | |
ctrlsf.vim | A text searching plugin mimics Ctrl-Shift-F on Sublime Text 2 | |
nui.nvim π | UI Component Library for Neovim. | |
vim-dadbod-ui π | Simple UI for https://github.com/tpope/vim-dadbod | |
lush.nvim π | Create Neovim themes with real-time feedback, export anywhere. | |
lazygit.nvim π | Plugin for calling lazygit from within neovim. | |
vim-textobj-user | Vim plugin: Create your own text objects | |
neoscroll.nvim π | Smooth scrolling neovim plugin written in lua | |
nvim-ts-context-commentstring π | Neovim treesitter plugin for setting the commentstring based on the cursor location in a file. | |
vim-peekaboo | π " / @ / CTRL-R | |
vim-jsx-pretty | π¦ [Vim script] JSX and TSX syntax pretty highlighting for vim. | |
vim-rhubarb | rhubarb.vim: GitHub extension for fugitive.vim | |
playground π | Treesitter playground integrated into Neovim | |
vim-hardtime π | Plugin to help you stop repeating the basic movement keys | |
vim-node | Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node. | |
dial.nvim π | enhanced increment/decrement plugin for Neovim. | |
vim-jsbeautify π | vim plugin which formated javascript files by js-beautify | |
rainbow-delimiters.nvim π | Rainbow delimiters for Neovim with Tree-sitter | |
tmux-complete.vim | Vim plugin for insert mode completion of words in adjacent tmux panes | |
open-browser.vim π | Open URI with your favorite browser from your most favorite editor | |
iswap.nvim π | Interactively select and swap function arguments, list elements, and much more. Powered by tree-sitter. | |
vim-graphql | A Vim plugin that provides GraphQL file detection, syntax highlighting, and indentation. | |
package-info.nvim π | βοΈ All the npm/yarn/pnpm commands I don't want to type | |
nvim-cursorline π | A plugin for neovim that highlights cursor words and lines | |
vim-asterisk π | βοΈ *-Improved | |
vim-misc | Miscellaneous auto-load Vim scripts | |
vim-ragtag | ragtag.vim: ghetto HTML/XML mappings (formerly allml.vim) | |
vim-tmux π | vim plugin for tmux.conf | |
color-picker.nvim π | A powerful Neovim plugin that lets users choose & modify RGB/HSL/HEX colors. | |
pgsql.vim π | The best PostgreSQL plugin for Vim! | |
vim-sort-motion | Vim mapping for sorting a range of text | |
telescope-coc.nvim π | coc.nvim integration for telescope.nvim | |
QFEnter π | Open a Quickfix item in a window you choose. (Vim plugin) | |
coc-tailwind-intellisense π | Coc.nvim extension for Tailwind CSS IntelliSense | |
ListToggle π | A vim plugin for toggling the display of the quickfix list and the location-list. | |
vim-togglecursor π | Toggle the cursor shape in the terminal for Vim. | |
jellybeans-nvim π | A port of jellybeans colorscheme for neovim | |
Join | a better (hopefully) :Join command in vim | |
vim-handlebars | [deprecated] Vim plugin for Handlebars | |
scratch.vim | Plugin to create and use a scratch Vim buffer | |
vim-reveal-in-finder | Reveal the current file in the OS X Finder. | |
specs.nvim π | π A fast and lightweight Neovim lua plugin to keep an eye on where your cursor has jumped. | |
HelpClose | Close all help windows | |
vim-autoreadwatch | A forked script for vim auto reloading of buffers when changed on disk. | |
nvim-colorizer.lua π | Fork of Neovim colorizer to support Typewind | |
indent-guides.nvim π | Problem fetching glepnir/indent-guides.nvim. |
That's 77 plugins, holy crap.
Generated by rake update_readme
on 2024/10/18.