From a7ae9a08bea34208c704586dfa51fbba6da19c7e Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 22 Nov 2024 14:51:14 +0530 Subject: [PATCH] feat: Remove nvim-navic --- neovim/nvim.nix | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/neovim/nvim.nix b/neovim/nvim.nix index 3bb43a51..e2ae0c55 100644 --- a/neovim/nvim.nix +++ b/neovim/nvim.nix @@ -58,10 +58,10 @@ in rec { settings.skip_confirm_for_simple_edits = true; }; - navic = { - enable = true; - settings.lsp.auto_attach = true; - }; + # navic = { + # enable = true; + # settings.lsp.auto_attach = true; + # }; mini = { enable = true; @@ -73,24 +73,24 @@ in rec { lualine = { enable = true; - settings.sections = { - lualine_c = - rawLua - /* - lua - */ - '' - { - function(bufnr) - local opts = { highlight = true } - return require'nvim-navic'.get_location(opts) - end, - cond = function() - return require'nvim-navic'.is_available() - end - } - ''; - }; + # settings.sections = { + # lualine_c = + # rawLua + # /* + # lua + # */ + # '' + # { + # function(bufnr) + # local opts = { highlight = true } + # return require'nvim-navic'.get_location(opts) + # end, + # cond = function() + # return require'nvim-navic'.is_available() + # end + # } + # ''; + # }; }; neotest = {