diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-09-19 10:01:54 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-09-19 10:01:54 +0200 |
commit | e51ac2890e5196bdb7956a2665437b659eed8812 (patch) | |
tree | 1ca22ace55d542d63eadead720a4fbf8ecfe09b9 /Common/nvim/lua/plugins.lua | |
parent | ba3a4ea25b451c10cd372b81c9168ce038f69d1c (diff) | |
download | dotfiles-testbranch.tar.gz dotfiles-testbranch.zip |
Do a bunch of random thingstestbranch
Diffstat (limited to 'Common/nvim/lua/plugins.lua')
-rwxr-xr-x | Common/nvim/lua/plugins.lua | 16 |
1 files changed, 0 insertions, 16 deletions
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', |