Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 23 Vim Script Nvim Projects
-
Project mention: Need assistance modifying terraform-ls default configuration with LazyVim | /r/neovim | 2023-06-05
Basically i am hitting hitting this issue every time i open any file that ends with '*.tfvars'. So i would like to disable terraform-ls on any file that ends with '*.tfvars'. I've found the configuration change that needs to be done here.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
:set number :set autoindent :set tabstop=5 :set shiftwidth=4 :set smarttab :set softtabstop=4 :set mouse=a call plug#begin() Plug 'http://github.com/tpope/vim-surround' " Surrounding ysw) Plug 'https://github.com/preservim/nerdtree' " NerdTree Plug 'https://github.com/tpope/vim-commentary' " For Commenting gcc & gc Plug 'https://github.com/vim-airline/vim-airline' " Status bar Plug 'https://github.com/lifepillar/pgsql.vim' " PSQL Pluging needs :SQLSetType pgsql.vim Plug 'https://github.com/ap/vim-css-color' " CSS Color Preview Plug 'https://github.com/rafi/awesome-vim-colorschemes' " Retro Scheme Plug 'https://github.com/neoclide/coc.nvim' " Auto Completion Plug 'https://github.com/ryanoasis/vim-devicons' " Developer Icons Plug 'https://github.com/tc50cal/vim-terminal' " Vim Terminal Plug 'https://github.com/preservim/tagbar' " Tagbar for code navigation Plug 'https://github.com/terryma/vim-multiple-cursors' " CTRL + N for multiple cursors Plug 'https://github.com/rstacruz/vim-closer' " For brackets autocompletion " Auto-completion For Javascript, typescript, html, jsx ...etc Plug 'neoclide/coc.nvim', {'do': 'yarn install --frozen-lockfile'} " this is for auto complete, prettier and tslinting let g:coc_global_extensions = ['coc-tslint-plugin', 'coc-tsserver', 'coc-css', 'coc-html', 'coc-json', 'coc-prettier'] " list of CoC extensions needed Plug 'jiangmiao/auto-pairs' "this will auto close ( [ { " these two plugins will add highlighting and indenting to JSX and TSX files. Plug 'yuezk/vim-js' Plug 'HerringtonDarkholme/yats.vim' Plug 'maxmellon/vim-jsx-pretty' set encoding=UTF-8 call plug#end() nnoremap :NERDTreeFocus nnoremap :NERDTree nnoremap :NERDTreeToggle nnoremap :call CocActionAsync('jumpDefinition') nmap :TagbarToggle :set completeopt-=preview " For No Previews :colorscheme jellybeans let g:NERDTreeDirArrowExpandable="+" let g:NERDTreeDirArrowCollapsible="~" " --- Just Some Notes --- " :PlugClean :PlugInstall :UpdateRemotePlugins " " :CocInstall coc-python " :CocInstall coc-clangd " :CocInstall coc-snippets " :CocCommand snippets.edit... FOR EACH FILE TYPE " air-line let g:airline_powerline_fonts = 1 if !exists('g:airline_symbols') let g:airline_symbols = {} endif " airline symbols let g:airline_left_sep = '' let g:airline_left_alt_sep = '' let g:airline_right_sep = '' let g:airline_right_alt_sep = '' let g:airline_symbols.branch = '' let g:airline_symbols.readonly = '' let g:airline_symbols.linenr = '' inoremap pumvisible() ? coc#_select_confirm() : ""
-
asyncrun.vim
:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
I'm familiar with asyncrun.vim, but it outputs as quickfix. I specifically want to filter editor text (as stdin/stdout).
-
Just use them from colemak? Otherwise there's always https://github.com/theniceboy/nvim
-
I use vim-dirvish(you probably want to pair this with vim-enunch), it's a more minimal version of Netrw.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Yeah, this is a recent discovery: https://github.com/pineapplegiant/spaceduck
-
-
I cannot recall if the default markdown plugin conceals or not. If it doesn't, try mkdx
-
Project mention: Is there anything similar to zenbones theme for helix? | /r/HelixEditor | 2023-05-10
In neovim I favour zenbones, much preferring the subtlety of its use of bold and italic for contrast & emphasis over a mass of different (and to me distracting) colours.
-
Presumably most people use an editor or IDE for coding and it's likely that editor or IDE could also be used to display diffs, so I don't really see colors or fonts being an issue. The IDE or editor could also be configured to use colors and fonts similar to what's used in Github. For example, vim has a colorscheme[1] that's similar to what Github offers.
-
"yank ring" plugins like https://github.com/svermeulen/vim-yoink or https://github.com/bfredl/nvim-miniyank are really helpful for that situation!
-
Project mention: Need help with C/C++ setup for proper highlighting and LSP features | /r/neovim | 2023-02-11
This vim plugin has worked for me for semantic highlighting: https://github.com/jackguo380/vim-lsp-cxx-highlight
-
-
Check out https://github.com/kamykn/spelunker.vim
-
It's like a less vibrant darcula.
-
I am working on adding a theme for the vim-airline plugin to the Everblush colorschemes for Vim and Neovim.
-
Project mention: mini.basics - Common configuration presets for options/mappings/autocommands | /r/neovim | 2023-01-29
vim-subversive: a proper replace operator, one of the most important plugins if you ask me
-
You can use https://github.com/cdelledonne/vim-cmake with:
-
-
-
This issue is only cosmetic as the other commenter explained. vim won't insert the character until you indicate you're not invoking the keymap (either by waiting or by typing other characters).
If you want a plugin that makes it so that the j appears immediately regardless of whether you're trying to invoke the keymap or not, you can use something like https://github.com/nvim-zh/better-escape.vim
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Vim Script Nvim related posts
- PR to add text anywhere in the buffer
- How do I install a newer version of neovim?
- [Help] Packer.nvim
- How to install version 0.9+ on Ubuntu/Pop_OS
- Weekly Vim tips and tricks thread! #24
- treesitter?
- Using Github Copilot.vim within Markdown fenced code blocks
-
A note from our sponsor - InfluxDB
www.influxdata.com | 5 Jun 2023
Index
What are some of the best open-source Nvim projects in Vim Script? This list will help you:
Project | Stars | |
---|---|---|
1 | neovim | 66,314 |
2 | vim-sneak | 2,982 |
3 | awesome-vim-colorschemes | 2,435 |
4 | asyncrun.vim | 1,735 |
5 | nvim | 1,733 |
6 | vim-dirvish | 1,107 |
7 | any-jump.vim | 997 |
8 | spaceduck | 729 |
9 | rigel | 496 |
10 | mkdx | 467 |
11 | zenbones.nvim | 423 |
12 | vim-colors-github | 368 |
13 | vim-yoink | 352 |
14 | vim-lsp-cxx-highlight | 335 |
15 | deol.nvim | 322 |
16 | spelunker.vim | 315 |
17 | darcula | 309 |
18 | everblush.vim | 298 |
19 | vim-subversive | 272 |
20 | vim-cmake | 209 |
21 | vim-cutlass | 161 |
22 | vim-kitty | 134 |
23 | better-escape.vim | 129 |