mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Install vim-markdown, sort vim plugins
This commit is contained in:
parent
a4a10a61c6
commit
4dfd103875
1 changed files with 11 additions and 10 deletions
|
|
@ -80,21 +80,22 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
vim-json
|
syntastic
|
||||||
vim-snipmate
|
|
||||||
tabular
|
tabular
|
||||||
vim-snippets
|
|
||||||
vim-nix
|
|
||||||
vim-addon-mw-utils
|
|
||||||
vim-yaml
|
|
||||||
vim-flog
|
|
||||||
vim-puppet
|
|
||||||
tlib_vim
|
tlib_vim
|
||||||
vim-fugitive
|
vim-addon-mw-utils
|
||||||
vim-airline
|
vim-airline
|
||||||
vim-airline-themes
|
vim-airline-themes
|
||||||
|
vim-flog
|
||||||
|
vim-fugitive
|
||||||
|
vim-json
|
||||||
|
vim-markdown
|
||||||
|
vim-nix
|
||||||
|
vim-puppet
|
||||||
vim-ruby
|
vim-ruby
|
||||||
syntastic
|
vim-snipmate
|
||||||
|
vim-snippets
|
||||||
|
vim-yaml
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
background = "dark";
|
background = "dark";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue