Adding some packages to spacemacs. Adding a plugin to vim
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
dotspacemacs-configuration-layer-path '()
|
dotspacemacs-configuration-layer-path '()
|
||||||
;; List of configuration layers to load. If it is the symbol `all' instead
|
;; List of configuration layers to load. If it is the symbol `all' instead
|
||||||
;; of a list then all discovered layers will be installed.
|
;; of a list then all discovered layers will be installed.
|
||||||
dotspacemacs-configuration-layers '(perforce)
|
dotspacemacs-configuration-layers '(perforce git c-c++ haskell html javascript php markdown extra-langs company-mode)
|
||||||
;; A list of packages and/or extensions that will not be install and loaded.
|
;; A list of packages and/or extensions that will not be install and loaded.
|
||||||
dotspacemacs-excluded-packages '(evil-escape)
|
dotspacemacs-excluded-packages '(evil-escape)
|
||||||
;; If non-nil spacemacs will delete any orphan packages, i.e. packages that
|
;; If non-nil spacemacs will delete any orphan packages, i.e. packages that
|
||||||
|
|||||||
7
vimrc
7
vimrc
@@ -1,7 +1,4 @@
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
"filetype off
|
|
||||||
"set rtp+=~/.vim/bundle/Vundle.vim
|
|
||||||
"call vundle#begin()
|
|
||||||
|
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
@@ -65,11 +62,9 @@ Plug 'kien/rainbow_parentheses.vim'
|
|||||||
Plug 'nathanaelkane/vim-indent-guides'
|
Plug 'nathanaelkane/vim-indent-guides'
|
||||||
Plug 'junegunn/goyo.vim'
|
Plug 'junegunn/goyo.vim'
|
||||||
Plug 'haya14busa/incsearch.vim'
|
Plug 'haya14busa/incsearch.vim'
|
||||||
|
Plug 'EinfachToll/DidYouMean'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
"let $GIT_SSL_NO_VERIFY = 'true'
|
|
||||||
"call vundle#end()
|
|
||||||
filetype plugin indent on " last Vundle requirement
|
|
||||||
|
|
||||||
" mouse
|
" mouse
|
||||||
if has("mouse")
|
if has("mouse")
|
||||||
|
|||||||
Reference in New Issue
Block a user