From aeefede352c798825e23ac49ee2fb1910c69eca5 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 13 Oct 2022 01:38:16 +0200 Subject: [PATCH] Small changes fixing accidental changes --- dotfiles/neovim/lua/my/plugins/cmp.lua | 2 ++ dotfiles/neovim/lua/my/plugins/treesitter.lua | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/neovim/lua/my/plugins/cmp.lua b/dotfiles/neovim/lua/my/plugins/cmp.lua index 0a40da5..082e78f 100644 --- a/dotfiles/neovim/lua/my/plugins/cmp.lua +++ b/dotfiles/neovim/lua/my/plugins/cmp.lua @@ -69,6 +69,8 @@ function M.setup() }, { { name = 'buffer' } }) } + cmp.setup(options) + -- Use buffer source for `/` (if you enabled `native_menu`, this won't work anymore). cmp.setup.cmdline('/', { mapping = cmp.mapping.preset.cmdline(), diff --git a/dotfiles/neovim/lua/my/plugins/treesitter.lua b/dotfiles/neovim/lua/my/plugins/treesitter.lua index 2c189ea..9d3445e 100644 --- a/dotfiles/neovim/lua/my/plugins/treesitter.lua +++ b/dotfiles/neovim/lua/my/plugins/treesitter.lua @@ -7,7 +7,6 @@ function M.setup() "elixir", "fish", "html", "json", "latex", "python", "rust", "scss", "toml", "tsx", "vim", "yaml", "nix", "kotlin" }, - disable = { "tex", "latex" }, sync_install = false, indent = { enable = true }, highlight = {