plugs
This commit is contained in:
@ -34,6 +34,8 @@ return {
|
|||||||
{ "simrat39/rust-tools.nvim", ft = "rust" },
|
{ "simrat39/rust-tools.nvim", ft = "rust" },
|
||||||
|
|
||||||
"RRethy/vim-illuminate",
|
"RRethy/vim-illuminate",
|
||||||
|
"rafcamlet/nvim-luapad",
|
||||||
|
"flwyd/vim-conjoin",
|
||||||
"godlygeek/tabular",
|
"godlygeek/tabular",
|
||||||
"wesQ3/vim-windowswap",
|
"wesQ3/vim-windowswap",
|
||||||
"cakebaker/scss-syntax.vim",
|
"cakebaker/scss-syntax.vim",
|
||||||
|
@ -78,7 +78,7 @@ return {
|
|||||||
cmp.setup.cmdline({ "/", "?" }, {
|
cmp.setup.cmdline({ "/", "?" }, {
|
||||||
mapping = cmp.mapping.preset.cmdline(),
|
mapping = cmp.mapping.preset.cmdline(),
|
||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
{ name = "cmdline_history" },
|
-- { name = "cmdline_history" },
|
||||||
{ name = "nvim_lsp_document_symbol" },
|
{ name = "nvim_lsp_document_symbol" },
|
||||||
{ name = "treesitter", max_item_count = 10 },
|
{ name = "treesitter", max_item_count = 10 },
|
||||||
{ name = "buffer", option = { keyword_pattern = [[\k\+]] }, priority = 1, max_item_count = 5 },
|
{ name = "buffer", option = { keyword_pattern = [[\k\+]] }, priority = 1, max_item_count = 5 },
|
||||||
@ -90,7 +90,7 @@ return {
|
|||||||
mapping = cmp.mapping.preset.cmdline(),
|
mapping = cmp.mapping.preset.cmdline(),
|
||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
{ name = "async_path" },
|
{ name = "async_path" },
|
||||||
{ name = "cmdline_history" },
|
-- { name = "cmdline_history" },
|
||||||
-- { name = "treesitter", priority = 7 },
|
-- { name = "treesitter", priority = 7 },
|
||||||
{ name = "cmdline", option = { ignore_cmds = { "edit", "write" } } },
|
{ name = "cmdline", option = { ignore_cmds = { "edit", "write" } } },
|
||||||
}),
|
}),
|
||||||
|
@ -152,6 +152,7 @@ return {
|
|||||||
"rktjmp/time-ago.vim",
|
"rktjmp/time-ago.vim",
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
|
"runiq/neovim-throttle-debounce",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
-- Here are all the options and their default values:
|
-- Here are all the options and their default values:
|
||||||
|
Reference in New Issue
Block a user