86 current 2024-03-01 13:01:29 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
1bc5e18a7c
commit
5f1940ac50
1 changed files with 4 additions and 1 deletions
|
|
@ -76,7 +76,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
overseer-nvim
|
{
|
||||||
|
plugin = overseer-nvim;
|
||||||
|
config = ''lua require('overseer').setup()'';
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfigLua = ''
|
extraConfigLua = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue