dotfiles/neovim/after/plugin/trouble.nvim.vim

5 lines
76 B
VimL

lua << EOF
require("trouble").setup {
-- empty = default settings
}
EOF