nix/home-manger/neovim: theming and yaml config
This commit is contained in:
parent
194c2aaf9c
commit
8803f835b8
3 changed files with 21 additions and 3 deletions
|
@ -54,6 +54,17 @@ in {
|
|||
buildInputs = [ zip vim ];
|
||||
};
|
||||
|
||||
vim-yaml = vimUtils.buildVimPlugin {
|
||||
name = "vim-yaml";
|
||||
src = fetchFromGitHub {
|
||||
owner = "stephpy";
|
||||
repo = "vim-yaml";
|
||||
rev = "e97e063b16eba4e593d620676a0a15fa98613979";
|
||||
sha256 = "0vqahbrnr43lxanpziyrmzaqqb3cmyny8ry1xvmy2xyd1larzfrk";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
vim-markdown-toc = vimUtils.buildVimPlugin {
|
||||
name = "vim-markdown-toc";
|
||||
src = fetchFromGitHub {
|
||||
|
@ -88,6 +99,7 @@ in {
|
|||
default = [
|
||||
"delimitMate"
|
||||
"vim-airline"
|
||||
"vim-airline-themes"
|
||||
"ctrlp"
|
||||
"vim-css-color"
|
||||
"rainbow_parentheses"
|
||||
|
@ -123,6 +135,7 @@ in {
|
|||
|
||||
# YAML
|
||||
"yaml-folds"
|
||||
"vim-yaml"
|
||||
|
||||
# Perl
|
||||
# "vim-perl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue