mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 10:11:12 +02:00
stow: Split neovim into separate package
This commit is contained in:
16
neovim/.config/nvim/init.vim
Normal file
16
neovim/.config/nvim/init.vim
Normal file
@ -0,0 +1,16 @@
|
||||
" New Start: A modern Arch workflow built with an emphasis on functionality.
|
||||
" Copyright (C) 2017-2018 Donovan Glover
|
||||
|
||||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||
|
||||
let &packpath = &runtimepath
|
||||
|
||||
" Enable global clipboard support for all vim commands in neovim
|
||||
" NOTE: It may be better to just add a keybind for "+(y), or just
|
||||
" use that instead.
|
||||
set clipboard=unnamedplus
|
||||
|
||||
" Change cursor back to blink after exiting neovim
|
||||
autocmd VimLeave * set guicursor=a:block-blinkon1
|
||||
|
||||
source ~/.vimrc
|
15
neovim/README.md
Normal file
15
neovim/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# neovim
|
||||
|
||||
[neovim][neovim] is a vim fork with modern defaults.
|
||||
|
||||
## Use Cases
|
||||
|
||||
neovim can be used to:
|
||||
|
||||
- Simplify the process of learning vim, since it uses standard defaults
|
||||
|
||||
You should not use neovim if:
|
||||
|
||||
- You should use neovim.
|
||||
|
||||
[neovim]: https://github.com/neovim/neovim
|
Reference in New Issue
Block a user