mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #297 from genebean/vim-markdown
Add vim-markdown and Whalebird
This commit is contained in:
commit
ea4097eeec
3 changed files with 13 additions and 10 deletions
|
|
@ -77,6 +77,7 @@ in {
|
|||
"vivaldi"
|
||||
"virtualbox"
|
||||
"vlc"
|
||||
"whalebird"
|
||||
"whatsapp"
|
||||
"zenmap"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -80,21 +80,22 @@
|
|||
enable = true;
|
||||
defaultEditor = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-json
|
||||
vim-snipmate
|
||||
syntastic
|
||||
tabular
|
||||
vim-snippets
|
||||
vim-nix
|
||||
vim-addon-mw-utils
|
||||
vim-yaml
|
||||
vim-flog
|
||||
vim-puppet
|
||||
tlib_vim
|
||||
vim-fugitive
|
||||
vim-addon-mw-utils
|
||||
vim-airline
|
||||
vim-airline-themes
|
||||
vim-flog
|
||||
vim-fugitive
|
||||
vim-json
|
||||
vim-markdown
|
||||
vim-nix
|
||||
vim-puppet
|
||||
vim-ruby
|
||||
syntastic
|
||||
vim-snipmate
|
||||
vim-snippets
|
||||
vim-yaml
|
||||
];
|
||||
settings = {
|
||||
background = "dark";
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ in {
|
|||
tilix
|
||||
ulauncher
|
||||
vivaldi
|
||||
whalebird
|
||||
wmctrl
|
||||
xfce.xfce4-terminal
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue