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 = {