Code Monkey home page Code Monkey logo

Comments (5)

wincent avatar wincent commented on June 7, 2024

Hi @marcato15 — if you can provide some info about your local set-up, I might be able to repro what you're seeing, but I haven't heard any reports of this kind of thing until now:

  • What version of Neovim are you running? ie. nvim --version
  • What operating system are you running on? (eg. macOS Monterey, Arch Linux etc)
  • What system architecture? (eg. arm64, x86_64 etc)
  • How did you install Command-T? (eg. what package manager, if any, did you use?)
  • How have you configured Neovim and/or Command-T?
  • Do you have a minimal repro example, or a link to your dotfiles repo?

from command-t.

marcato15 avatar marcato15 commented on June 7, 2024
NVIM v0.7.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@Monterey

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/Cellar/neovim/0.7.2_1/share/nvim"

Run :checkhealth for more info

macOS Monterey

I'm on an M1 mac

I install Command-t using Vim-Plug

For the install and configuration

Plug 'wincent/command-t', {
\   'do': 'cd lua/wincent/commandt/lib && make'
\ }
....
let g:CommandTPreferredImplementation='lua'

autocmd VimEnter * call s:setup_commandt()
function! s:setup_commandt() abort
lua<<EOF
require('wincent.commandt').setup()

EOF
endfunction

nnoremap <leader>t :CommandTGit<CR>

I should add, everything worked great before, and the new version seems to be working even faster. It just seems something is interacting with the UI in a weird way.

Here is my plugin list for neovim

Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'danro/rename.vim'

"'sensible' defaults
Plug 'tpope/vim-sensible'

"code helpers
Plug 'editorconfig/editorconfig-vim'
Plug 'w0rp/ale'
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'zchee/deoplete-go', { 'do': 'make'}
Plug 'tpope/vim-projectionist'
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
Plug 'tobyS/pdv'
Plug 'tobys/vmustache'

"text manipulation
Plug 'tpope/vim-surround'
Plug 'mattn/emmet-vim'
Plug 'godlygeek/tabular'

"search
Plug 'tpope/vim-vinegar'
Plug 'wincent/command-t', {
\   'do': 'cd lua/wincent/commandt/lib && make'
\ }
Plug 'kshenoy/vim-signature'

"syntax highlight and colors
Plug 'styled-components/vim-styled-components'
Plug 'chrisbra/Colorizer'
Plug 'hail2u/vim-css3-syntax'
Plug 'iCyMind/NeoSolarized'
Plug 'pangloss/vim-javascript'
Plug 'maxmellon/vim-jsx-pretty'
Plug 'lunaru/vim-twig'
Plug 'gregsexton/matchtag'
Plug 'plasticboy/vim-markdown'
Plug 'rodjek/vim-puppet'
Plug 'othree/html5.vim'
Plug 'StanAngeloff/php.vim'
Plug 'fatih/vim-go'
Plug 'sebdah/vim-delve'


"git integration
Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'

from command-t.

wincent avatar wincent commented on June 7, 2024

Nothing suspicious there. What other plugins do you have installed? What settings?

from command-t.

marcato15 avatar marcato15 commented on June 7, 2024

Here's my init.vim https://github.com/marcato15/dotfiles/blob/master/basics/.config/nvim/init.vim
Here is a video of the issue
https://user-images.githubusercontent.com/413567/190019096-6a6075d9-5616-45cb-aab6-c2bce5465eee.mov

from command-t.

marcato15 avatar marcato15 commented on June 7, 2024

I figured it out. It was my autocomplete plugin that was interfering with it. Thanks for your help. Love the update.

from command-t.

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.