edge.js support
This commit is contained in:
parent
292d5cb462
commit
d2f39b322e
1 changed files with 12 additions and 0 deletions
|
|
@ -54,6 +54,18 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraPlugins = [
|
||||||
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
|
name = "edge.vim";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
"owner" = "Yohannfra";
|
||||||
|
"repo" = "edge.vim";
|
||||||
|
"rev" = "c5a165269d2643c12e62841776e8ba55e0f05e28";
|
||||||
|
"hash" = "sha256-nXXcg2ggYN75ZSOgB8isxCbN8YigldO05Ja0/WigjAs=";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
autoCmd = [
|
autoCmd = [
|
||||||
{
|
{
|
||||||
callback.__raw = "function() vim.highlight.on_yank() end";
|
callback.__raw = "function() vim.highlight.on_yank() end";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue