All Projects → jalcine → Vimrc

jalcine / Vimrc

💺 Options for my preferred text editor.

Projects that are alternatives of or similar to Vimrc

dotfiles
📑 .dotfiles for Bash (Linux) / ZSH (Linux) / Git Bash (Windows) / Cygwin (Windows) / Bash on Ubuntu on Windows
Stars: ✭ 175 (+306.98%)
Mutual labels:  dotfiles, vimrc
Dotfiles
Configuration for Linux, Nix, i3, Kitty, Fish, Neovim and more
Stars: ✭ 379 (+781.4%)
Mutual labels:  dotfiles, vimrc
vimrc
My neovim config
Stars: ✭ 43 (+0%)
Mutual labels:  dotfiles, vimrc
nvim
Blazing fast neovim setup with 120 plugins.
Stars: ✭ 108 (+151.16%)
Mutual labels:  dotfiles, vimrc
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+1188.37%)
Mutual labels:  dotfiles, vimrc
.dotfiles
Happiness in a git repo
Stars: ✭ 34 (-20.93%)
Mutual labels:  dotfiles, vimrc
Dotfiles
My config files
Stars: ✭ 276 (+541.86%)
Mutual labels:  dotfiles, viml
dotfiles
vim ⌨️ tmux 🖥 git ⑃ zsh 💤
Stars: ✭ 12 (-72.09%)
Mutual labels:  dotfiles, vimrc
Dotfiles
Settings for various tools I use.
Stars: ✭ 513 (+1093.02%)
Mutual labels:  dotfiles, vimrc
Autoconfig Mac Vimrc
autoconfig mac vimrc with bundle
Stars: ✭ 502 (+1067.44%)
Mutual labels:  viml, vimrc
dotfiles
personal dotfiles with stow
Stars: ✭ 16 (-62.79%)
Mutual labels:  dotfiles, vimrc
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (-48.84%)
Mutual labels:  dotfiles, vimrc
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (-46.51%)
Mutual labels:  dotfiles, vimrc
dotfiles
tmux.conf,vimrc,zshrc ....
Stars: ✭ 53 (+23.26%)
Mutual labels:  dotfiles, vimrc
ArcoLinux-dotfiles
ArcoLinux dotfiles for 2bwm / i3wm
Stars: ✭ 24 (-44.19%)
Mutual labels:  dotfiles, vimrc
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-13.95%)
Mutual labels:  dotfiles, vimrc
dotfiles
There is no place like ~/
Stars: ✭ 19 (-55.81%)
Mutual labels:  dotfiles, vimrc
foolz-dots
Collection of my linux desktop configuration files.
Stars: ✭ 16 (-62.79%)
Mutual labels:  dotfiles, vimrc
Dotfile
YiJun's (Neo)Vim work file
Stars: ✭ 402 (+834.88%)
Mutual labels:  dotfiles, vimrc
Arch Dotfiles
A set of elegant dotfiles in the spirit of Arch Linux that will give you a development boon.
Stars: ✭ 19 (-55.81%)
Mutual labels:  dotfiles, vimrc

NeoVim Configuration

I've been using Vim for a while and I don't see myself stopping. This repository represents the history of changes around the configuration, styling and scripts I use to keep my Vim setup moving nicely. On 2020-05-16, I decided to scrap it all and start clean.

Some key points I chose to make was to investigate which options are already set to sensible values in NeoVim.

Objectives

  • Intuitive configuration: I've been heavy into tweaking but now I'm more into having implicit behaviors be the norm. This means I'll be leaning into meta-plugins that help define project behaviors so I can keep common behaviors (building, testing, running, evaluating) across the languages I use.

  • Document usage: I didn't do a good job documenting why and when I added things to my setup (or why I've avoided using things). Since I use Vim in a IDE-y fashion but not precisely as it is, there's always something I'd like to do with it while understanding why it might be not be possible (you'd want a sharp useful blade that's good at one thing versus a swiss army knife that has random dull tools).

  • Detect and resolve dependencies: One thing I do miss when I use tools like GitHub's Atom or Microsoft's Visual Studio Code was the ability for me to quickly fetch and obtain resources relating to the text I was working on. Having hooks for this kind of support is definitely important to me as I work on more languages that have embedded documentation like Rust and Elixir.

  • Deep (D)VCS support: Regardless of the type of version control I use, I want the editor to allow for me to view history of changes, commit changes, resolve differences and more DVCS changes of that nature. I'm very comfortable with the command line and with core concepts of Git as well as some knowledge of how Bazaar works so having abstractions for either of these but specialized tools within them is helpful.

  • Language intelligence: It's 2020 - auto completion is definitely something I can't function without; especially when I'm interfacing with foreign libraries or code bases I'm unfamiliar with. Thankfully, the efforts of the Language Server movement makes this less of a problem for NeoVim.

Me viewing this file.

Doing auto-completion of code in "indieweb-elixir"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].