Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Sep 8, 2024
1 parent 8c3d8b3 commit d5d5096
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lua/core/init.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
require('core.pack'):boot_strap()
require('core.options')
vim.cmd.colorscheme('solarized')
local function on_list(options)
options.title = 'Reference: ' .. vim.fn.expand('<cword>')
vim.fn.setqflist({}, ' ', options)
vim.cmd.cfirst()
end

vim.keymap.set('n', '<leader>h', function()
vim.lsp.buf.references(nil, { on_list = on_list })
end)

0 comments on commit d5d5096

Please sign in to comment.