refactor: notebook configration
This commit is contained in:
parent
0df4a4c1ec
commit
d4438c8585
37 changed files with 212 additions and 418 deletions
13
hosts/nb/modules/development/nvim/chatgpt.nix
Normal file
13
hosts/nb/modules/development/nvim/chatgpt.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
self: super: {
|
||||
vimPlugins = super.vimPlugins // {
|
||||
chatgpt-nvim = super.vimUtils.buildVimPlugin {
|
||||
pname = "chatgpt-nvim";
|
||||
version = "1.0.0";
|
||||
src = super.fetchgit {
|
||||
url = "https://git.cloonar.com/Cloonar/chatgpt.vim.git";
|
||||
rev = "7fb8671840181ca5166fcf7b8a8d5f5e10a5efa7";
|
||||
sha256 = "sha256-g4sEUoZqxlliKHj1TAxwNXN400yLN+QB4wV3drmvf9w=";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue