mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-24 04:21:26 -05:00
Compare commits
No commits in common. "9c6461b124e130fe022e40112d57da5b073284ae" and "9753ae514ae88848a0162f7c9d51c3dedfdcad81" have entirely different histories.
9c6461b124
...
9753ae514a
2 changed files with 0 additions and 6 deletions
5
init.vim
5
init.vim
|
@ -55,11 +55,6 @@ if !g:enablecompletion
|
||||||
call add(g:pathogen_disabled, "vim-snippets")
|
call add(g:pathogen_disabled, "vim-snippets")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"don't load MatchTagAlways if python isn't available
|
|
||||||
if !has('python3')
|
|
||||||
call add(g:pathogen_disabled, 'MatchTagAlways')
|
|
||||||
endif
|
|
||||||
|
|
||||||
"use pathogen to load plugins that haven't been disabled
|
"use pathogen to load plugins that haven't been disabled
|
||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@ A theme, config and collection of plugins for Neovim
|
||||||
* **Powerline Fonts**: Required to enable the fancier looking status line
|
* **Powerline Fonts**: Required to enable the fancier looking status line
|
||||||
* **Universal CTags**: Required by _vim-gutentags_ and _vista_, and optional for _nvim-cmp_
|
* **Universal CTags**: Required by _vim-gutentags_ and _vista_, and optional for _nvim-cmp_
|
||||||
* **Compilers, Linters and Runtimes**: The _ale_ plugin can use compilers, linters and runtimes to provide real-time syntax checking
|
* **Compilers, Linters and Runtimes**: The _ale_ plugin can use compilers, linters and runtimes to provide real-time syntax checking
|
||||||
* **Python**: Required to enable the _MatchTagAlways_ plugin
|
|
||||||
|
|
||||||
## Distribution Features
|
## Distribution Features
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue