repos / dotfiles

my dotfiles

commit
91a0fcd
parent
bb0d673
author
Eric Bower
date
2025-07-09 11:25:55 -0400 EDT
chore(nvim): changes
1 files changed,  +8, -10
M dot_config/nvim/init.lua
+8, -10
 1@@ -203,19 +203,17 @@ require("lazy").setup({
 2         vim.cmd[[colorscheme dracula]]
 3       end
 4     },
 5-    {
 6-    "lukas-reineke/indent-blankline.nvim",
 7-      main = "ibl",
 8-      config = function()
 9-        require("ibl").setup()
10-      end
11-    },
12+    -- {
13+    --   "lukas-reineke/indent-blankline.nvim",
14+    --   main = "ibl",
15+    --   config = function()
16+    --     require("ibl").setup({ scope = { enabled = false } })
17+    --   end
18+    -- },
19     {
20       "nvim-treesitter/nvim-treesitter-context",
21       config = function()
22-        require'treesitter-context'.setup({
23-          max_lines = 1,
24-        })
25+        require('treesitter-context').setup({ max_lines = 1 })
26       end,
27     },
28   },