Compare commits
No commits in common. "b6f9cfabad284a09b5dc2161b45b8b12e9e0483d" and "1a598ed47492a6ce06a8c490bbbf7913752c761b" have entirely different histories.
b6f9cfabad
...
1a598ed474
@ -60,7 +60,7 @@ require("lazy").setup({
|
||||
event = "VimEnter", -- Sets the loading event to 'VimEnter'
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 800
|
||||
vim.o.timeoutlen = 300
|
||||
end,
|
||||
config = function() -- This is the function that runs, AFTER loading
|
||||
require("which-key").setup()
|
||||
@ -100,23 +100,6 @@ require("lazy").setup({
|
||||
"mhinz/vim-startify",
|
||||
"https://git.mathux.org/mathieu/taglist.git",
|
||||
"lfilho/cosco.vim",
|
||||
{
|
||||
"dhananjaylatkar/cscope_maps.nvim",
|
||||
dependencies = {
|
||||
"folke/which-key.nvim", -- optional [for whichkey hints]
|
||||
"nvim-telescope/telescope.nvim", -- optional [for picker="telescope"]
|
||||
"ibhagwan/fzf-lua", -- optional [for picker="fzf-lua"]
|
||||
"nvim-tree/nvim-web-devicons", -- optional [for devicons in telescope or fzf]
|
||||
},
|
||||
branch = "feat/db_relpath",
|
||||
opts = {
|
||||
skip_input_prompt = true,
|
||||
cscope ={
|
||||
skip_picker_for_single_result = true,
|
||||
picker = "telescope",
|
||||
},
|
||||
},
|
||||
},
|
||||
-- Highlight todo, notes, etc in comments
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
|
Loading…
x
Reference in New Issue
Block a user