Git Product home page Git Product logo

Comments (10)

huayue369 avatar huayue369 commented on July 26, 2024

Untitled

from vista.vim.

liuchengxu avatar liuchengxu commented on July 26, 2024

提供最小 vimrc 和重现步骤,我这里没问题。

from vista.vim.

huayue369 avatar huayue369 commented on July 26, 2024

屏幕快照 2019-04-23 下午5 13 29

这是现在的所有配置,但还是不显示任何内容 这是这次更新后出现的问题

屏幕快照 2019-04-23 下午5 12 28

屏幕快照 2019-04-23 下午5 17 56

Mac neovim最新

from vista.vim.

liuchengxu avatar liuchengxu commented on July 26, 2024

贴可以复制的代码,我没办法拷贝图片。更新跟你无法显示没关系,只是改动了 floating win 的一些东西。

下次报 issue 请填好 issue template 的内容,否则我会直接关闭。你可以看一下其他 issue 是怎么报告的,这么乱的报告信息我不会看的。

from vista.vim.

huayue369 avatar huayue369 commented on July 26, 2024

call plug#begin('~/.cache/plugged')
Plug 'liuchengxu/vista.vim'
call plug#end()

"vista配置{{{

" 启用悬浮窗预览
let g:vista_echo_cursor_strategy ='floating_win'
" 侧边栏宽度.
let g:vista_sidebar_width = 30
" 设置为0,以禁用光标移动时的回显.
let g:vista_echo_cursor = 1
" 当前游标上显示详细符号信息的时间延迟.
let g:vista_cursor_delay = 400
" 跳转到一个符号时,自动关闭vista窗口.
let g:vista_close_on_jump = 0
"打开vista窗口后移动到它.
let g:vista_stay_on_open = 1
" 跳转到标记后闪烁光标2次,间隔100ms.
let g:vista_blink = [2, 100]
" 展示样式
let g:vista_icon_indent = ["╰─▸ ", "├─▸ "]

" 系统寄存器粘贴复制键{{{
nmap "+gp
vmap "+gp
vmap "+y
" }}}系统寄存器粘贴复制键

" mouse {{{
set mouse+=a
set mousehide
" }}} mouse

from vista.vim.

liuchengxu avatar liuchengxu commented on July 26, 2024

屏幕快照 2019-04-23 下午5 50 40

vimrc 无法复现,是你自己本地的问题。

call plug#begin('~/.vim/plugged')
Plug 'liuchengxu/vista.vim'
call plug#end()

"vista配置{{{

" 启用悬浮窗预览
let g:vista_echo_cursor_strategy ='floating_win'
" 侧边栏宽度.
let g:vista_sidebar_width = 30
" 设置为0,以禁用光标移动时的回显.
let g:vista_echo_cursor = 1
" 当前游标上显示详细符号信息的时间延迟.
let g:vista_cursor_delay = 400
" 跳转到一个符号时,自动关闭vista窗口.
let g:vista_close_on_jump = 0
"打开vista窗口后移动到它.
let g:vista_stay_on_open = 1
" 跳转到标记后闪烁光标2次,间隔100ms.
let g:vista_blink = [2, 100]
" 展示样式
let g:vista_icon_indent = ["╰─▸ ", "├─▸ "]

" 系统寄存器粘贴复制键{{{
nmap "+gp
vmap "+gp
vmap "+y
" }}}系统寄存器粘贴复制键

" mouse {{{
set mouse+=a
set mousehide
" }}} mouse

from vista.vim.

huayue369 avatar huayue369 commented on July 26, 2024

哦 vista coc命令又正常 但vista ctags不能正常显示 是不是我的ctags出问题了? 我用ctags -R在目录下创建了标签还是无法正常显示。。。但fzf的Btags命令能够正常显示标签!对了 我用gutentags统一管理tags标签文件 会不会导致vista找不到标签文件啊 或者无法识别标签文件的命名?
屏幕快照 2019-04-24 下午1 11 51
这是我的所有标签文件,不知道有人遇到我这问题没有
我把所有插件重装,neovim重装还是没用,我用的Universal Ctags

from vista.vim.

liuchengxu avatar liuchengxu commented on July 26, 2024

vista.vim 都是内存操作,不用 tags 文件。

from vista.vim.

huayue369 avatar huayue369 commented on July 26, 2024

哦 已确定就ctags出问题了 包括md coc-lsp都没问题 。。。。。能力有限解决不了。。。。谢谢大佬了 不知道和电脑权限有关系没有。。。

from vista.vim.

huayue369 avatar huayue369 commented on July 26, 2024

大佬 这次更新 该问题已恢复正常

from vista.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.