aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-02-02 10:53:12 -0700
committerCody Hiar <cody@hiar.ca>2021-02-02 10:53:12 -0700
commite91dd6453806cd157e66a70a0d4dae21a2a9a203 (patch)
tree5c55b87e67337dd0b5c3495373aa90b6b4c9464c /vimrc
parenta04fce60554991b2d89bd9ba1ad4237857d20248 (diff)
Move from vim to neovim
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc23
1 files changed, 0 insertions, 23 deletions
diff --git a/vimrc b/vimrc
deleted file mode 100644
index 2f24c82..0000000
--- a/vimrc
+++ /dev/null
@@ -1,23 +0,0 @@
-" Plugins
-call plug#begin('~/.vim/plugged')
-Plug 'w0rp/ale' " Async linting
-Plug 'tpope/vim-commentary' " Better commenting commands
-Plug 'tpope/vim-fugitive' " Git integration with vim
-Plug 'tpope/vim-surround' " Helps with surrounding text
-Plug 'tpope/vim-repeat' " Enable Repeating of plugin maps
-Plug 'Thornycrackers-Forks/nord-vim' " Pretty colorscheme
-Plug 'francoiscabrol/ranger.vim' " Ranger integration
-Plug 'ledger/vim-ledger' " Ledger plugin
-Plug 'python-mode/python-mode' " Python awesomeness in vim
-Plug 'chr4/nginx.vim' " nginx stuff
-Plug 'saltstack/salt-vim' " Salt file syntax
-Plug 'plasticboy/vim-markdown' " Markdown highlighting
-Plug 'nathanaelkane/vim-indent-guides' " Creates indent lines, makes code a bit easier to read
-Plug '/usr/bin/fzf' " fzf runtime path
-Plug 'junegunn/fzf.vim' " fzf plugin for quick file searching
-Plug 'vim-scripts/camelcasemotion' " Additional word objects
-Plug 'reedes/vim-pencil' " Writing utility
-Plug 'junegunn/goyo.vim' " Distraction Free writing
-
-Plug 'thornycrackers/vim-options' " Custom options
-call plug#end()