summaryrefslogtreecommitdiffstats
path: root/lua/plugins/general.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2024-01-31 15:47:52 +0100
committerNanderty <psopka@sopka.ch>2024-01-31 15:47:52 +0100
commit0d00ee23f35046f8465cb8302b6795d15227dfda (patch)
tree3f3042de3a141e491bc98acd91490a263939a74d /lua/plugins/general.lua
parent42383b96d9a1b929080824946340d7459d49ac20 (diff)
downloadneovim-config-0d00ee23f35046f8465cb8302b6795d15227dfda.tar.gz
neovim-config-0d00ee23f35046f8465cb8302b6795d15227dfda.tar.bz2
neovim-config-0d00ee23f35046f8465cb8302b6795d15227dfda.zip
Snippets and general improvements
Diffstat (limited to 'lua/plugins/general.lua')
-rw-r--r--lua/plugins/general.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/plugins/general.lua b/lua/plugins/general.lua
index 6f7afc5..d269c13 100644
--- a/lua/plugins/general.lua
+++ b/lua/plugins/general.lua
@@ -25,11 +25,4 @@ return {
},
config = true
},
- {
- 'ludovicchabant/vim-gutentags',
- event = {
- 'BufReadPost',
- 'BufNewFile'
- },
- },
}