1
0
Fork 0

Compare commits

...

3 commits

Author SHA1 Message Date
58fcf7dacd
neogit: remove augroup
All checks were successful
Update Flake / update-flake (push) Successful in 2m33s
Build / build-amd64-linux (push) Successful in 48s
Build / build-arm64-linux (push) Successful in 2m5s
2024-01-04 13:55:30 +01:00
2989fa3092
pg: use pgroonga 2024-01-04 13:21:14 +01:00
b05754ad36
wg: update config 2024-01-04 13:21:14 +01:00
3 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,4 @@
:group augroup})
(aucmd :User {:pattern :NeogitCommitComplete
:callback #(gitsigns.refresh)
:group augroup})
(aucmd :User {:pattern :NeogitPushComplete
:callback neogit.close
:group augroup}))

View file

@ -6,6 +6,10 @@
package = pkgs.postgresql_16_jit;
enableJIT = true;
extraPlugins = ps: with ps; [
pgroonga
];
enableTCPIP = true;
settings = {