ncm2-jedi

By ncm2

Ncm2-jedi Alternatives

Similar projects and alternatives to ncm2-jedi

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ncm2-jedi alternative or higher similarity.

ncm2-jedi reviews and mentions

Posts with mentions or reviews of ncm2-jedi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-30.
  • Can't figure out how to setup the indent-blankline plugin?
    2 projects | /r/neovim | 30 Mar 2022
    " Run current file aliasis command! -bar PhTest w | !php % command! -bar PyTest w | !python3 % " Adjusted Key Bindings nmap :Vexplore map (easymotion-prefix) nmap :let file = expand('%:p') \:tabnew \:set nonumber \:execute 'term pudb3 ' file " various variable adjustments let b:ale_linters = ['pylint'] autocmd FileType php setlocal omnifunc=phpactor#Complete let g:phpactorCompletionIgnoreCase = 0 set number let g:ale_python_pylint_executable = 'pylint' let g:ale_python_pylint_options = '--indent-string=" "' let g:indentLine_enabled = v:true let g:indent_blankline_char = '│' set shiftwidth=2 set softtabstop=2 set expandtab set autoindent " set autowrite filetype plugin indent on let g:vdebug_options = {} let g:vdebug_options["port"] = 9000 let g:python_recommended_style = 0 call plug#begin('~/.config/nvim/plugged') let g:UltiSnipsExpandTrigger="" let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsJumpBackwardTrigger="" " PHP7 let g:ultisnips_php_scalar_types = 1 " Python let g:python3_host_prog = "/usr/bin/python3" " Misc Plug 'roxma/nvim-yarp' Plug 'roxma/vim-hug-neovim-rpc' Plug 'jiangmiao/auto-pairs' Plug 'machakann/vim-sandwich' Plug 'preservim/nerdcommenter' " Code Completion Plug 'ncm2/ncm2' Plug 'ncm2/ncm2-ultisnips' Plug 'phpactor/phpactor' , {'do': 'composer install', 'for': 'php'} Plug 'phpactor/ncm2-phpactor', {'for': 'php'} Plug 'https://github.com/ncm2/ncm2-jedi.git', { 'for': 'python' } " Debugging Plug 'vim-vdebug/vdebug' " Code Snippets Plug 'SirVer/ultisnips' | Plug 'phux/vim-snippets' " Syntax Highlighting Plug 'StanAngeloff/php.vim', {'for': 'php'} Plug 'numirias/semshi', {'do': ':UpdateRemotePlugins', 'for': 'python'} " File Explorer Plug 'scrooloose/nerdTree' Plug 'tpope/vim-vinegar' " Surround code in brackets,parentheses, etc. Plug 'tpope/vim-surround' " Fuzzy finder for files and neovim buffers Plug 'ctrlpvim/ctrlp.vim' " Easy text navigation Plug 'easymotion/vim-easymotion' " Line for showing info ath the bottom Plug 'bling/vim-airline' " Implements various unix utilities as vim commands Plug 'tpope/vim-eunuch' " Git intergration Plug 'airblade/vim-gitgutter' " Linting Plug 'W0rp/ale' " Indent line Plug 'lukas-reineke/indent-blankline.nvim' call plug#end() augroup ncm2 au! autocmd BufEnter * call ncm2#enable_for_buffer() au User Ncm2PopupOpen set completeopt=noinsert,menuone,noselect au User Ncm2PopupClose set completeopt=menuone augroup END " parameter expansion for selected entry via Enter inoremap (pumvisible() ? ncm2_ultisnips#expand_or("\", 'n') : "\") " cycle through completion entries with tab/shift+tab inoremap pumvisible() ? "\" : "\" inoremap pumvisible() ? "\" : "\" filetype plugin on filetype indent on

Stats

Basic ncm2-jedi repo stats
1
23
10.0
over 3 years ago

ncm2/ncm2-jedi is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of ncm2-jedi is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com