Merge pull request #297 from genebean/vim-markdown

Add vim-markdown and Whalebird
This commit is contained in:
Gene Liverman 2023-09-24 17:49:21 -04:00 committed by GitHub
commit ea4097eeec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 10 deletions

View file

@ -77,6 +77,7 @@ in {
"vivaldi"
"virtualbox"
"vlc"
"whalebird"
"whatsapp"
"zenmap"
];

View file

@ -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";

View file

@ -110,6 +110,7 @@ in {
tilix
ulauncher
vivaldi
whalebird
wmctrl
xfce.xfce4-terminal
];