plugs
This commit is contained in:
@ -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",
|
||||
|
@ -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" } } },
|
||||
}),
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user