From b3f5ec56199b459454143e55d426f3f95a1441be Mon Sep 17 00:00:00 2001 From: Pojok Code Date: Tue, 12 Nov 2024 07:37:07 +0700 Subject: [PATCH] enc: set default auto_onatach navic --- lua/pcode/plugins/extras/navic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pcode/plugins/extras/navic.lua b/lua/pcode/plugins/extras/navic.lua index e65a5f0..eb1a1da 100644 --- a/lua/pcode/plugins/extras/navic.lua +++ b/lua/pcode/plugins/extras/navic.lua @@ -16,7 +16,7 @@ function M.config() require("nvim-navic").setup({ icons = icons, lsp = { - auto_attach = false, + auto_attach = true, preference = nil, }, highlight = false,