global/neovim: add vim-xonsh plguin
This commit is contained in:
parent
8204d5ea32
commit
665628f68a
1 changed files with 10 additions and 0 deletions
|
@ -68,8 +68,18 @@ in
|
|||
};
|
||||
|
||||
colorscheme = "doom-one";
|
||||
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
doom-one-nvim
|
||||
(pkgs.vimUtils.buildVimPlugin {
|
||||
name = "vim-xonsh";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "meatballs";
|
||||
repo = "vim-xonsh";
|
||||
rev = "929f35e37ad7dbdec80b1effe295b89c9ac3f090";
|
||||
hash = "sha256-ugHLu2Z9bTtQsIp4FQPKxgjVe9oZNjfQYrP+aHu+/uU=";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
globals.mapleader = " ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue