diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-12-16 20:06:33 -0500 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-12-16 20:06:33 -0500 |
| commit | d5b2bf350095912b6ed7405e412bc9c7e594769f (patch) | |
| tree | 8b9b03003ad4e55ecc8194ba9b03ce804448a0f7 /nvim/lua/plugins/filetypes.lua | |
| parent | 2d26cfea6712398d5613b8a2c69d38804ba1d66a (diff) | |
Remove unused plugins
Diffstat (limited to 'nvim/lua/plugins/filetypes.lua')
| -rw-r--r-- | nvim/lua/plugins/filetypes.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nvim/lua/plugins/filetypes.lua b/nvim/lua/plugins/filetypes.lua index e36562b..bafb528 100644 --- a/nvim/lua/plugins/filetypes.lua +++ b/nvim/lua/plugins/filetypes.lua @@ -1,9 +1,5 @@ return { { - 'habamax/vim-godot', - ft = 'gdscript' - }, - { 'vim-pandoc/vim-pandoc', enabled = false, ft = { "markdown", "pandoc" }, |
