{'name': 'newL9'} " All of your Plugins must be added before the following line call vundle#end() " required filetype plugin indent on " required " To ignore plugin indent changes, instead use: "filetype plugin
all selected lines is commented or not let g:NERDToggleCheckAllLines = 1 "Plugin 'tpope/surround-vim' "Plugin 'Valloric/YouCompleteMe' "往前跳和往后跳的快捷键为Ctrl+O以及Ctrl+I let g:ycm_key_list_select_completion=['<c-n>'] let g:ycm_key_list_previous_completion=['<c-p>'] set ...
To simplify this, nvim-treesitter provides commands to automate this process. If the language is already supported by nvim-treesitter, you can install it with:TSInstall <language_to_install>This command supports tab expansion. You can also get a list of all available languages and their ...
Send any other comments, patches, flowers and suggestions to the vim-dev mailing list: <vim-dev@vim.org> This is README.md for version 9.1 of Vim: Vi IMproved. VIM LICENSE I) There are no restrictions on distributing unmodified copies of Vim except that they must include this license tex...
"vim.normalModeKeyBindings": [ { "before": [":"], "commands": [ "workbench.action.showCommands", ], "silent": true } ]Bind <leader>m to add a bookmark and <leader>b to open the list of all bookmarks (using the Bookmarks extension):"vim.normalModeKeyBindings": [ { "before":...
同时,YCM可以打开location-list来显示警告和错误的信息:YcmDiags。个人关于ycm的配置如下: Shell " for ycm let g:ycm_error_symbol = '>>' let g:ycm_warning_symbol = '>*' nnoremap <leader>gl :YcmCompleter GoToDeclaration<CR> nnoremap <leader>gf :YcmCompleter GoToDefinition<CR> nnoremap <leader>...
vim-easy-align nvim-spectre(neovim 搜索替换面板) rnvimr telescope nvim-telescope simrat39/symbols-outline auto-session persistence(auto session) vim-visual-multi(多行编辑插件) 使用ctrl-n选择单词 使用ctrl-down/ctrl-up垂直创建光标 使用shift箭头一次选择一个字符 ...
{name = "luasnip"}, --{name = "nvim_lua"}, { name = "buffer", options = { get_bufnrs = function() return vim.api.nvim_list_bufs() end } }, --{name = "look"}, {name = "path"} --{name = "cmp_tabnine"}, --{name = "calc"}, --{name = "spell"}, --{name ...
重启gvim,运行:TlistToggle启用taglist 具体步骤: 创建$HOME/.vim目录 -pc:~$ mkdir .vim 下载并解压到.vim目录中 1. 2. 3. -pc:~$ cd .vim/ -pc:~/.vim$ unzip /home/test/下载/taglist_45.zip Archive: /home/test/下载/taglist_45.zip ...
同时,YCM可以打开location-list来显示警告和错误的信息:YcmDiags。个人关于ycm的配置如下: " for ycmletg:ycm_error_symbol='>>'letg:ycm_warning_symbol='>*'nnoremap<leader>gl :YcmCompleter GoToDeclaration<CR>nnoremap<leader>gf :YcmCompleter GoToDefinition<CR>nnoremap<leader>gg :YcmCompleter GoToDefinition...