Compare commits
No commits in common. "58fcf7dacd61bdb0e30b1b2a0982d1a2755a5d99" and "e746101d7652e8a4e46726ff2d910162fc16fdbd" have entirely different histories.
58fcf7dacd
...
e746101d76
3 changed files with 3 additions and 4 deletions
Binary file not shown.
|
@ -15,4 +15,7 @@
|
||||||
:group augroup})
|
:group augroup})
|
||||||
(aucmd :User {:pattern :NeogitCommitComplete
|
(aucmd :User {:pattern :NeogitCommitComplete
|
||||||
:callback #(gitsigns.refresh)
|
:callback #(gitsigns.refresh)
|
||||||
|
:group augroup})
|
||||||
|
(aucmd :User {:pattern :NeogitPushComplete
|
||||||
|
:callback neogit.close
|
||||||
:group augroup}))
|
:group augroup}))
|
||||||
|
|
|
@ -6,10 +6,6 @@
|
||||||
package = pkgs.postgresql_16_jit;
|
package = pkgs.postgresql_16_jit;
|
||||||
enableJIT = true;
|
enableJIT = true;
|
||||||
|
|
||||||
extraPlugins = ps: with ps; [
|
|
||||||
pgroonga
|
|
||||||
];
|
|
||||||
|
|
||||||
enableTCPIP = true;
|
enableTCPIP = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue