mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix vimrc location; note: neovim is default now
This commit is contained in:
parent
0074a538f8
commit
cc2205b15a
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
sets up [iterm2] shell stuff
|
||||
|
||||
#### [`~/.config/bash/text_editing.sh`](.config/bash/text_editing.sh)
|
||||
sets either [neovim] or [vim] as your text editor
|
||||
sets [neovim] as default text editor, or [vim] if neovim is not present
|
||||
|
||||
#### [`~/.config/bash/k8s.sh`](.config/bash/k8s.sh)
|
||||
kubernetes defaults:
|
||||
|
@ -583,7 +583,7 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
Configuration for [vim], a text editor, and it's plugins, installed via
|
||||
[vim-plug].
|
||||
|
||||
[`~/.vimrc`](.vimrc) is the main file for the global vim configuration.
|
||||
[`~/.config/vim/vimrc`](.config/vim/vimrc) is the main file for the global vim configuration.
|
||||
We set a lot of defaults, including:
|
||||
- making vim use the [XDG Base Directory Spec]
|
||||
- setting window width to 82 characters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue