mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 10:46:57 +00:00
feat(nvim): configuration, refactoring, fixes
This commit is contained in:
@@ -2,6 +2,9 @@ return {
|
||||
-- A small Neovim plugin for previewing definitions using floating windows.
|
||||
-- https://github.com/rmagatti/goto-preview
|
||||
'rmagatti/goto-preview',
|
||||
dependencies = {
|
||||
{ 'nvim-telescope/telescope.nvim' },
|
||||
},
|
||||
config = function()
|
||||
require('goto-preview').setup {
|
||||
width = 120, -- Width of the floating window
|
||||
|
||||
Reference in New Issue
Block a user