File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 5353git ({
5454 enabled = true ,
5555 " sindrets/diffview.nvim" ,
56- after = " gitsigns.nvim" ,
56+ dependencies = {
57+ " lewis6991/gitsigns.nvim" ,
58+ },
5759 config = conf .diffview ,
5860})
Original file line number Diff line number Diff line change 3535 " rcarriga/nvim-dap-ui" ,
3636 dependencies = {
3737 " nvim-neotest/nvim-nio" ,
38+ " mfussenegger/nvim-dap" ,
3839 },
39- after = " nvim-dap" ,
4040 config = conf .dap_ui ,
4141})
4242
5353 enabled = true ,
5454 " mfussenegger/nvim-dap-python" ,
5555 ft = " python" ,
56- after = " nvim-dap" ,
56+ dependencies = {
57+ " mfussenegger/nvim-dap" ,
58+ },
5759 config = conf .dap_py ,
5860})
5961
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ local config = {
125125 -- signs = true,
126126 underline = true ,
127127 severity_sort = true ,
128- update_in_insert = false ,
128+ update_in_insert = true ,
129129 virtual_text = false ,
130130 virtual_lines = { only_current_line = true },
131131 -- INFO: Cannot use vim.fn.sign_define (deprecated)
Original file line number Diff line number Diff line change 4040 " lewis6991/nvim-treesitter-context" ,
4141 -- after = "nvim-treesitter",
4242 ft = { " rust" , " python" },
43- opt = {
43+ opts = {
4444 enable = true , -- Enable this plugin (Can be enabled/disabled later via commands)
4545 throttle = true , -- Throttles plugin updates (may improve performance)
4646 max_lines = 0 , -- How many lines the window should span. Values <= 0 mean no limit.
You can’t perform that action at this time.
0 commit comments