Neovim LUA configuration, oriented for web developers (rails, ruby, php, html, css, SCSS, javascript).
I use this repository mainly to keep track of the changes that I made on my Neovim configuration, but I hope that it will be useful to other
The project is constantly changing
You can find old no-lua and coc version under branch old_coc_version
You can find old packer version under branch old_packer
Thanks to the developers of these plugins/color schemes
SYNTAX
Check tree-sitter for full list.
INSTALLATION
git clone --depth 1 https://github.com/crivotz/nv-ide.git ~/.nv-ide
cd ~/.config
ln -s ~/.nv-ide nvim
nvim
DEPENDENCIES
- Neovim
- Universal-ctags with JSON format
- FZF
- ripgrep: ripgrep recursively searches directories for a regex pattern
- Ripper-tags
- prettierd for formatter.nvim install via Mason
MasonInstall prettierd
- Needed DAP, show
lua/plugins/nvim-dap.lua
install via Mason fornode
withMasonInstall node-debug2-adapter
- Needed LSP, show
lua/lsp/init.lua
installed automatically with Mason - Terminal that supports ligatures for proper representation
SUGGESTION
- Font: JetBrains Mono
- dot_files
PLUGINS.LUA
- sainnhe/gruvbox-material: Gruvbox with Material Palette
- catppuccin/nvim: 🍨 Soothing pastel theme for (Neo)vim
- olimorris/onedarkpro.nvim: 🎨 OneDarkPro theme for Neovim. Customisable colors, styles, highlights and filetype highlights
- folke/tokyonight.nvim: 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
- MunifTanjim/nui.nvim: UI Component Library for Neovim.
- williamboman/mason.nvim: Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
- williamboman/mason-lspconfig.nvim: Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim. Strongly recommended for Windows users.
- neovim/nvim-lspconfig: Quickstart configs for Nvim LSP
- onsails/lspkind-nvim: vscode-like pictograms for neovim lsp completion items
- weilbith/nvim-code-action-menu: Pop-up menu for code actions to show meta-information and diff preview
- hrsh7th/nvim-cmp: A completion plugin for neovim coded in Lua.
- hrsh7th/cmp-nvim-lsp: nvim-cmp source for neovim builtin LSP client
- hrsh7th/cmp-buffer: nvim-cmp source for buffer words
- hrsh7th/cmp-vsnip: nvim-cmp source for vim-vsnip
- hrsh7th/vim-vsnip: Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
- hrsh7th/cmp-path: nvim-cmp source for path
- hrsh7th/cmp-calc: nvim-cmp source for math calculation
- hrsh7th/cmp-cmdline: nvim-cmp source for vim's cmdline
- ray-x/cmp-treesitter: cmp source for treesitter
- lukas-reineke/cmp-rg: ripgrep source for nvim-cmp
- quangnguyen30192/cmp-nvim-tags: tags sources for nvim-cmp
- rafamadriz/friendly-snippets: Set of preconfigured snippets for different languages.
- windwp/nvim-ts-autotag: Use treesitter to auto close and auto rename html tag
- andymass/vim-matchup: vim match-up: even better % 👊 navigate and highlight matching words 👊 modern matchit and matchparen. Supports both vim and neovim + tree-sitter.
- David-Kunz/markid: A Neovim extension to highlight same-name identifiers with the same color.
- nvim-treesitter/nvim-treesitter: Nvim Treesitter configurations and abstraction layer
- p00f/nvim-ts-rainbow: Rainbow parentheses for neovim using tree-sitter. Use https://sr.ht/~p00f/nvim-ts-rainbow instead
- lukas-reineke/indent-blankline.nvim: Indent guides for Neovim
- JoosepAlviste/nvim-ts-context-commentstring: Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.
- nvim-treesitter/nvim-treesitter-context: Show code context
- SmiteshP/nvim-gps: Simple statusline component that shows what scope you are working inside
- chrisbra/csv.vim: A Filetype plugin for csv files
- junegunn/vim-easy-align: 🌻 A Vim alignment plugin
- zdharma-continuum/zinit-vim-syntax: A Vim syntax definition for Zinit commands in any ft=zsh file
- nvim-tree/nvim-web-devicons: lua
fork
of vim-web-devicons for neovim - kazhala/close-buffers.nvim: 📑 Delete multiple vim buffers based on different conditions
- rhysd/committia.vim: A Vim plugin for more pleasant editing on commit messages
- AckslD/nvim-neoclip.lua: Clipboard manager neovim plugin with telescope integration
- nacro90/numb.nvim: Peek lines just when you intend
- karb94/neoscroll.nvim: Smooth scrolling neovim plugin written in lua
- chaoren/vim-wordmotion: More useful word motions for Vim
- windwp/nvim-spectre: Find the enemy and replace them with dark power.
- fedepujol/move.nvim: Gain the power to move lines and blocks and auto-indent them!
- tpope/vim-rails: rails.vim: Ruby on Rails power tools
- tpope/vim-abolish: abolish.vim: easily search for, substitute, and abbreviate multiple variants of a word
- tpope/vim-sleuth: sleuth.vim: Heuristically set buffer options
- tpope/vim-bundler: bundler.vim: Lightweight support for Ruby's Bundler
- tpope/vim-capslock: capslock.vim: Software caps lock
- tpope/vim-repeat: repeat.vim: enable repeating supported plugin maps with "."
- tpope/vim-endwise: endwise.vim: Wisely add
- tpope/vim-dispatch: dispatch.vim: Asynchronous build and test dispatcher
- tpope/vim-dadbod: dadbod.vim: Modern database interface for Vim
- tpope/vim-jdaddy: jdaddy.vim: JSON manipulation and pretty printing
- tpope/vim-fugitive: fugitive.vim: A Git wrapper so awesome, it should be illegal
- christoomey/vim-tmux-navigator: Seamless navigation between tmux panes and vim splits
- ludovicchabant/vim-gutentags: A Vim plugin that manages your tag files
- rcarriga/nvim-dap-ui: A UI for nvim-dap
- theHamsta/nvim-dap-virtual-text:
- folke/trouble.nvim: 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
- folke/todo-comments.nvim: ✅ Highlight, list and search todo comments in your projects
- folke/which-key.nvim: 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.
- airblade/vim-rooter: Changes Vim working directory to project root.
- jeffkreeftmeijer/vim-numbertoggle: Toggles between hybrid and absolute line numbers automatically
- lambdalisue/suda.vim: 🥪 An alternative sudo.vim for Vim and Neovim, limited support sudo in Windows
- gorbit99/codewindow.nvim:
- beauwilliams/focus.nvim: Auto-Focusing and Auto-Resizing Splits/Windows for Neovim written in Lua. A full suite of window management enhancements. Vim splits on steroids!
- nvim-zh/colorful-winsep.nvim: Make your nvim window separators colorful
PLUGINS AS MODULE
- pwntester/octo.nvim: Edit and review GitHub issues and pull requests from the comfort of your favorite editor
- rcarriga/nvim-notify: A fancy, configurable, notification manager for NeoVim
- machakann/vim-sandwich: Set of operators and textobjects to search/select/edit sandwiched texts.
- mhartington/formatter.nvim:
- sindrets/diffview.nvim: Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
- folke/noice.nvim: 💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
- kyazdani42/nvim-tree.lua: A file explorer tree for neovim written in lua
- numToStr/Comment.nvim: 🧠 💪 // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
- mfussenegger/nvim-dap: Debug Adapter Protocol client implementation for Neovim
- lewis6991/gitsigns.nvim: Git integration for buffers
- akinsho/nvim-toggleterm.lua: A neovim lua plugin to help easily manage multiple terminal windows
- ggandor/leap.nvim: 🦘 Neovim's answer to the mouse: a "clairvoyant" interface that makes on-screen navigation quicker and more natural than ever
- ggandor/flit.nvim: Enhanced f/t motions for Leap
- nvim-telescope/telescope.nvim: Find, Filter, Preview, Pick. All lua, all the time.
- nvim-lua/popup.nvim: [WIP] An implementation of the Popup API from vim in Neovim. Hope to upstream when complete
- nvim-lua/plenary.nvim: plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
- cljoly/telescope-repo.nvim: 🦘 Jump into the repositories (git, mercurial…) of your filesystem with telescope.nvim, without any setup
- nvim-telescope/telescope-dap.nvim: Integration for nvim-dap with telescope.nvim
- nvim-telescope/telescope-fzf-native.nvim: FZF sorter for telescope written in c
- nvchad/nvim-colorizer.lua: Maintained fork of the fastest Neovim colorizer
- noib3/nvim-cokeline: 👃 A minimal Neovim bufferline
- windwp/nvim-autopairs: autopairs for neovim written by lua
- kevinhwang91/nvim-hlslens: Hlsearch Lens for Neovim
- famiu/feline.nvim: A minimal, stylish and customizable statusline for Neovim written in Lua