事先需要安装pep8:pip install autopep8其次在vimrc空白处添加:Plugin 'Chiel92/vim-autoformat' nnoremap <F6> :Autoformat<CR> # 按F6自动格式化 let g:autoformat_autoindent = 0 let g:autoformat_retab = 0 let g:autoformat_remove_
elentok/format-on-save.nvim : format on save erietz/vim-terminator : runs your current file ethanjwright/toolwindow.nvim : Easy management of a toolwindow figsoda/nix-develop.nvim : nix develop for neovim flow/vim-flow : A vim plugin for Flow gaodean/autolist.nvim : Automatic list co...
/Vundle.vim' "vim自动格式化(配合命令行eslint phplint xxxx等使用) Plugin 'Chiel92/vim-autoformat' "文件目录分屏 Bundle 'scrooloose...' Plugin 'isRuslan/vim-es6' Plugin 'pangloss/vim-javascript' "语法检测 Plugin 'scrooloose/syntastic' "html.../YouCompleteMe' "vim底层命令行git美化 Plugin 'Loka...
verilog (maintained by @zhangwwpeng) vhdl (maintained by @jpt13653903) vhs (maintained by @caarlos0) vim (maintained by @clason) vimdoc (maintained by @clason) vrl (maintained by @belltoy) vue (maintained by @WhyNotHugo, @lucario387) wgsl (maintained by @szebniok) wgsl_bevy (maintained...
(only applied to `ensure_installed`) sync_install = false, -- Automatically install missing parsers when entering buffer -- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally auto_install = true, -- List of parsers to ignore installing (for "all") ignore_...
verible - The SystemVerilog formatter. vsg - Style guide enforcement for VHDL. xmlformat - xmlformatter is an Open Source Python package, which provides formatting of XML documents. xmllint - Despite the name, xmllint can be used to format XML files as well as lint them. yamlfix - A confi...
autoformat_autoindent #1 delimitMate_quotes " ' SuperTabCompletionContexts ['s:ContextText'] loaded_fugitive #1 loaded_UnconditionalPaste #1 loaded_autoload_l9 #1 ctrlp_allfiles [] p4EnableRuler #0 hardtime_default_on #1 neobundle#enable_name_conversion #0 codi#aliases {} tagbar_type_verilog_sy...
verilog(experimental, maintained by @zegervdv) vim(maintained by @vigoux) vue(maintained by @WhyNotHugo) wgsl(maintained by @szebniok) yaml(maintained by @stsewd) yang(maintained by @Hubro) zig(maintained by @maxxnino) For related information on the supported languages, including related plugin...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
chiel92/vim-autoformat : Format code with one button press (or automatically on save). civitasv/cmake-tools.nvim : CMake Tools for Neovim code-biscuits/nvim-biscuits : help you get the context of the end of that AST node crusj/hierarchy-tree-go.nvim : Hierarchy ui tree for go cru...