feat: add vim-beancount
This commit is contained in:
parent
1a4b7eead3
commit
d1f8765dff
1 changed files with 10 additions and 0 deletions
10
modules/programs/nvim/new_plugins/vim-beancount.nix
Normal file
10
modules/programs/nvim/new_plugins/vim-beancount.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.moritz.programs.nixvim = {
|
||||
extraPlugins = with pkgs.vimPlugins; [ vim-beancount ];
|
||||
performance.combinePlugins.standalonePlugins = [
|
||||
"vim-beancount"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue