vim_dotfiles icon indicating copy to clipboard operation
vim_dotfiles copied to clipboard

our vim dotfiles

Results 8 vim_dotfiles issues
Sort by recently updated
recently updated
newest added

# What Dont clear and echo before running test commands with vim-test such as `\rf` Before: `\rf` `clear; echo "bundle exec rspec spec/foo/bar_spec.rb:152"; bundle exec rspec spec/foo/bar_spec:152` After: `\rf` `bundle...

# What Increase default fzf search window size to 100% height and width Before: After: # Why When working in tmux half-panes (or any smaller screen sizes) many times long...

# What Add a one-line `rust_mappings.vim` file allowing `rustfmt` to be automatically run when a buffer is saved, then include that runtime in `vimrc`. Note that this only leveraging existing...

Please use the following structure when proposing changes to our shared Vim configuration and make sure to complete the checklist at the end. # What Adds a plugin for rust...

# What Move all filetype specific includes to ftplugin # Why * possibly more performant per https://stackoverflow.com/questions/7863804/autocmd-filetype-vs-ftplugin * cleaner - cluttering the root directory with files is adds to cognitive...

# What Add the `nvim-dap` and `nvim-jdtls` plugins and configure them. # Why These plugins provide better support for editing and debugging Java code than what we currently have. One...

# What Add [`vim-crystal` plugin](https://github.com/vim-crystal/vim-crystal) # Why To add support for Crystal language files. # Checklist - [ ] Send RFC email to Braintree developers _if change may be impactful_....

# What Disable LSP diagnostics in virtual text. # Why [Vim 9.0 added virtual text](https://github.com/vim/vim/issues/7553) By default it seems LSP diagnostics are using it, but unfortunately the virtual text is...