From e51ac2890e5196bdb7956a2665437b659eed8812 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Thu, 19 Sep 2024 10:01:54 +0200 Subject: Do a bunch of random things --- Common/nvim/lua/plugins.lua | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'Common/nvim/lua/plugins.lua') diff --git a/Common/nvim/lua/plugins.lua b/Common/nvim/lua/plugins.lua index 829ca15..2ad775f 100755 --- a/Common/nvim/lua/plugins.lua +++ b/Common/nvim/lua/plugins.lua @@ -57,22 +57,6 @@ return require('packer').startup(function(use) 'neovim/nvim-lspconfig' , } - -- Treesitter, quicker highlighting and such - use { - "nvim-treesitter/nvim-treesitter", - config = function() - require'nvim-treesitter.configs'.setup { - ensure_installed = { "c", "cpp", "python", "php", "java", "lua", "vim", "vimdoc", "query", "php", "sql" }, - sync_install = false, - auto_install = true, - highlight = { - enable = false, - }, - --ignore_install = { "javascript" }, - } - end - } - -- vim-dadbob (run sql directly) use { 'tpope/vim-dadbod', -- cgit v1.2.3