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