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
- 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.
- projekt0n/github-nvim-theme: Github's Neovim themes
- MunifTanjim/nui.nvim: UI Component Library for Neovim.
- 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-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
- nvim-treesitter/nvim-treesitter: Nvim Treesitter configurations and abstraction layer
- mrjones2014/nvim-ts-rainbow: Rainbow parentheses for neovim using tree-sitter.
- luukvbaal/statuscol.nvim: Status column plugin that provides a configurable 'statuscolumn' and click handlers.
- 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
- 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
- tpope/vim-rails: rails.vim: Ruby on Rails power tools
- tpope/vim-abolish: abolish.vim: Work with several variants of a word at once
- 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/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.
- gorbit99/codewindow.nvim:
- jeffkreeftmeijer/vim-numbertoggle: Toggles between hybrid and absolute line numbers automatically
- nvim-zh/colorful-winsep.nvim: Make your nvim window separators colorful
- folke/zen-mode.nvim: 🧘 Distraction-free coding for Neovim
- AckslD/muren.nvim: Multiple replacements in neovim
- lambdalisue/suda.vim: 🥪 An alternative sudo.vim for Vim and Neovim, limited support sudo in Windows
- andymass/vim-matchup: vim match-up: even better % 👊 navigate and highlight matching words 👊 modern matchit and matchparen. Supports both vim and neovim + tree-sitter.
- chrisbra/csv.vim: A Filetype plugin for csv files
- kazhala/close-buffers.nvim: 📑 Delete multiple vim buffers based on different conditions
- folke/twilight.nvim: 🌅 Twilight is a Lua plugin for Neovim 0.5 that dims inactive portions of the code you're editing using TreeSitter.
- 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 - rhysd/committia.vim: A Vim plugin for more pleasant editing on commit messages
- chaoren/vim-wordmotion: More useful word motions for Vim
- windwp/nvim-spectre: Find the enemy and replace them with dark power.
- folke/trouble.nvim: 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
- mrbjarksen/neo-tree-diagnostics.nvim: A diagnostics source for neo-tree.nvim
- RRethy/vim-illuminate: illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.
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:
- folke/noice.nvim: 💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
- 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
- neovim/nvim-lspconfig: Quickstart configs for Nvim LSP
- 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.
- hrsh7th/cmp-nvim-lsp: nvim-cmp source for neovim builtin LSP client
- hrsh7th/cmp-nvim-lsp: nvim-cmp source for neovim builtin LSP client
- SmiteshP/nvim-navic: Simple winbar/statusline plugin that shows your current code context
- nvim-neo-tree/neo-tree.nvim: Neovim plugin to manage the file system and other tree like structures.
- akinsho/nvim-toggleterm.lua: A neovim lua plugin to help easily manage multiple terminal windows
- ggandor/leap.nvim: Neovim's answer to the mouse 🦘
- 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
- nvim-telescope/telescope-fzy-native.nvim: FZY style sorter that is compiled
- nvim-telescope/telescope-live-grep-args.nvim: Live grep with args
- nvchad/nvim-colorizer.lua: Maintained fork of the fastest Neovim colorizer
- noib3/nvim-cokeline: 👃 A Neovim bufferline for people with addictive personalities
- windwp/nvim-autopairs: autopairs for neovim written by lua
- kevinhwang91/nvim-hlslens: Hlsearch Lens for Neovim
- freddiehaddad/feline.nvim: A minimal, stylish and customizable statusline, statuscolumn, and winbar for Neovim