Compare commits
3
Commits
3850a28fe4
...
642a03cf63
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
642a03cf63 | ||
|
|
31cd448f44 | ||
|
|
ae20b8be07 |
@@ -33,6 +33,8 @@ require('lazy').setup({
|
||||
require 'eliaskohout.plugins.lazydev', -- lua nvim setup
|
||||
require 'eliaskohout.plugins.fugitive', -- git support
|
||||
|
||||
require 'eliaskohout.plugins.ax', -- git support
|
||||
|
||||
-- require 'eliaskohout.plugins.mini',
|
||||
-- require 'eliaskohout.plugins.debug',
|
||||
-- require 'eliaskohout.plugins.indent_line',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
return { dir = "~/projects/ax/ax.nvim", config = function() require("ax").setup() end }
|
||||
@@ -21,6 +21,7 @@
|
||||
htop
|
||||
home-manager
|
||||
usbutils
|
||||
cifs-utils
|
||||
];
|
||||
|
||||
# Allow unfree packages
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
|
||||
pkgs.buildGoModule {
|
||||
pname = "ax";
|
||||
version = "0.1.4";
|
||||
version = "0.2.1";
|
||||
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://g.eliaskohout.de/eliaskohout/ax";
|
||||
rev = "v0.1.4";
|
||||
hash = "sha256-xAp02n6SDavTFn4ey60wp06EbaGyEpkK0JOy/P4EVAo=";
|
||||
rev = "v0.2.1";
|
||||
hash = "sha256-l/9UFOfJEy4KC0mlC0CgdRdE8TxezSJgRPBaoohpE0o=";
|
||||
};
|
||||
|
||||
sourceRoot = "ax/src";
|
||||
|
||||
Reference in New Issue
Block a user