From e1f552daa9f45381d61b66d6dcd73601c6198d9f Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 1 Sep 2023 14:31:40 -0600 Subject: [PATCH] configs/neovim: disable tag stuff --- configs/neovim.lua | 18 ------------------ configs/neovim.nix | 3 --- 2 files changed, 21 deletions(-) diff --git a/configs/neovim.lua b/configs/neovim.lua index f68259a..8191b98 100644 --- a/configs/neovim.lua +++ b/configs/neovim.lua @@ -95,7 +95,6 @@ local builtin = require('telescope.builtin') vim.keymap.set('n', 'ff', builtin.find_files, {}) vim.keymap.set('n', 'fg', builtin.live_grep, {}) vim.keymap.set('n', 'fb', builtin.buffers, {}) -vim.keymap.set('n', 'fh', builtin.help_tags, {}) vim.g["vim_markdown_folding_disabled"] = 1 vim.g["elm_setup_keybindings"] = 0 @@ -119,20 +118,3 @@ vim.api.nvim_create_autocmd('LspAttach', { -- end, opts) end }) - -vim.g.tagbar_type_elm = { - ctagstype = 'elm', - kinds = { - 'f:function:0:0', 'm:modules:0:0', 'i:imports:1:0', 't:types:1:0', - 'a:type aliases:0:0', 'c:type constructors:0:0', 'p:ports:0:0', - 's:functions:0:0' - } -} - -vim.g.tagbar_type_typescript = { - ctagstype = 'typescript', - kinds = { - 'c:classes', 'n:modules', 'f:functions', 'v:variables', 'v:varlambdas', - 'm:members', 'i:interfaces', 'e:enums' - } -} diff --git a/configs/neovim.nix b/configs/neovim.nix index 23c036e..32ad1be 100644 --- a/configs/neovim.nix +++ b/configs/neovim.nix @@ -119,7 +119,6 @@ with pkgs; let nvim-tree-lua nvim-treesitter.withAllGrammars rust-vim - tagbar telescope-fzf-native-nvim telescope-manix telescope-nvim @@ -127,7 +126,6 @@ with pkgs; let vimagit vim-gitgutter vim-go - vim-gutentags vim-hindent vim-lua vim-markdown @@ -171,7 +169,6 @@ in { rubyPackages.solargraph sumneko-lua-language-server tree-sitter - universal-ctags zls NeovimExt