Skip to content

Commit 5d36c85

Browse files
committed
Minor updates
1 parent 24ff9bd commit 5d36c85

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

config/nvim/lazyvim.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"lazyvim.plugins.extras.lang.toml",
99
"lazyvim.plugins.extras.lang.yaml"
1010
],
11+
"install_version": 7,
1112
"news": {
1213
"NEWS.md": "10960"
1314
},
14-
"version": 7
15+
"version": 8
1516
}

config/nvim/lua/plugins/plugins.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ return {
33
{
44
"windwp/nvim-ts-autotag",
55
init = function()
6-
require("nvim-ts-autotag").init()
6+
require("nvim-ts-autotag").setup()
77
end,
88
},
99

home/dot-gitconfig

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,8 @@
5757
prompt = false
5858
[difftool "meld"]
5959
cmd = meld -n "$LOCAL" "$REMOTE"
60-
[includeIf "gitdir:~/workspace/*/src/**"]
61-
path = ~/workspace/.samxl-gitconfig
62-
[includeIf "gitdir:~/ros_ws/src/**"]
63-
path = ~/ros_ws/.samxl-gitconfig
64-
[includeIf "gitdir:/workspaces/src/**"]
65-
path = /workspaces/.samxl-gitconfig
60+
61+
insteadOf = https://gitlab.tudelft.nl/
6662
[alias]
6763
diffall = difftool -d
6864
diffeach = "!f(){\

0 commit comments

Comments
 (0)