From 4b8d399229c502a1e05cf154b11d2500c54ded11 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Thu, 2 Nov 2023 02:50:02 +0000 Subject: [PATCH] plugs --- vim/.vim/lua/plugins/base.lua | 2 ++ vim/.vim/lua/plugins/cmp.lua | 4 ++-- vim/.vim/lua/plugins/google.lua | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/vim/.vim/lua/plugins/base.lua b/vim/.vim/lua/plugins/base.lua index c2f468d..ee0b523 100644 --- a/vim/.vim/lua/plugins/base.lua +++ b/vim/.vim/lua/plugins/base.lua @@ -34,6 +34,8 @@ return { { "simrat39/rust-tools.nvim", ft = "rust" }, "RRethy/vim-illuminate", + "rafcamlet/nvim-luapad", + "flwyd/vim-conjoin", "godlygeek/tabular", "wesQ3/vim-windowswap", "cakebaker/scss-syntax.vim", diff --git a/vim/.vim/lua/plugins/cmp.lua b/vim/.vim/lua/plugins/cmp.lua index 5065f4f..522ea74 100644 --- a/vim/.vim/lua/plugins/cmp.lua +++ b/vim/.vim/lua/plugins/cmp.lua @@ -78,7 +78,7 @@ return { cmp.setup.cmdline({ "/", "?" }, { mapping = cmp.mapping.preset.cmdline(), sources = cmp.config.sources({ - { name = "cmdline_history" }, + -- { name = "cmdline_history" }, { name = "nvim_lsp_document_symbol" }, { name = "treesitter", max_item_count = 10 }, { name = "buffer", option = { keyword_pattern = [[\k\+]] }, priority = 1, max_item_count = 5 }, @@ -90,7 +90,7 @@ return { mapping = cmp.mapping.preset.cmdline(), sources = cmp.config.sources({ { name = "async_path" }, - { name = "cmdline_history" }, + -- { name = "cmdline_history" }, -- { name = "treesitter", priority = 7 }, { name = "cmdline", option = { ignore_cmds = { "edit", "write" } } }, }), diff --git a/vim/.vim/lua/plugins/google.lua b/vim/.vim/lua/plugins/google.lua index b80f9c7..9600671 100644 --- a/vim/.vim/lua/plugins/google.lua +++ b/vim/.vim/lua/plugins/google.lua @@ -152,6 +152,7 @@ return { "rktjmp/time-ago.vim", "nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim", + "runiq/neovim-throttle-debounce", }, config = function() -- Here are all the options and their default values: