15 lines
325 B
VimL
15 lines
325 B
VimL
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
|
let &packpath = &runtimepath
|
|
source ~/.config/nvim/plugged/plugins.vim
|
|
source ~/.config/nvim/plugged/pluginsettings.vim
|
|
source ~/.config/nvim/keybindings.vim
|
|
|
|
:set number
|
|
:set tabstop=2
|
|
:set expandtab
|
|
:set shiftwidth=2
|
|
:set shiftround
|
|
|
|
set backupcopy=yes
|
|
colorscheme dracula
|