Skip to content

Commit 2bf0ff4

Browse files
committed
add oil git status and remove claude code
1 parent 0aeb586 commit 2bf0ff4

File tree

4 files changed

+13
-21
lines changed

4 files changed

+13
-21
lines changed

lazy-lock.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"nvim-lspconfig": { "branch": "master", "commit": "8c5efd1269160fc2fdf61e3d7176be5015860a8f" },
1818
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
1919
"nvim-web-devicons": { "branch": "master", "commit": "0422a19d9aa3aad2c7e5cca167e5407b13407a9d" },
20+
"oil-git-status.nvim": { "branch": "main", "commit": "4b5cf53842c17a09420919e655a6a559da3112d7" },
2021
"oil.nvim": { "branch": "master", "commit": "bbad9a76b2617ce1221d49619e4e4b659b3c61fc" },
2122
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
2223
"telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" },

lua/custom/plugins/claude-code.lua

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
return {
2+
'refractalize/oil-git-status.nvim',
3+
4+
dependencies = {
5+
'stevearc/oil.nvim',
6+
},
7+
8+
config = true,
9+
}

lua/custom/plugins/oil.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ return {
33
---@module 'oil'
44
---@type oil.SetupOpts
55
opts = {
6+
win_options = {
7+
signcolumn = 'yes:2',
8+
},
69
default_file_explorer = true,
710
view_options = {
811
show_hidden = true,
@@ -12,4 +15,3 @@ return {
1215
dependencies = { { 'echasnovski/mini.icons', opts = {} } },
1316
lazy = false,
1417
}
15-

0 commit comments

Comments
 (0)