We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b497c commit 808127eCopy full SHA for 808127e
.gitconfig
@@ -11,6 +11,20 @@
11
12
[core]
13
editor = nvim
14
+ pager = delta
15
+
16
+[interactive]
17
+ diffFilter = delta --color-only
18
19
+[delta]
20
+ navigate = true
21
+ side-by-side = true
22
23
+[merge]
24
+ conflictstyle = diff3
25
26
+[diff]
27
+ colorMoved = default
28
29
[commit]
30
gpgsign = true
nvim/lua/plugins/lualine_conf.lua
@@ -1,5 +1,5 @@
1
local function venv()
2
- local fullPath = require("venv-selector").get_active_venv()
+ local fullPath = require("venv-selector").venv()
3
if not fullPath then
4
return ""
5
end
0 commit comments