Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.84 KB

File metadata and controls

73 lines (52 loc) · 1.84 KB

Neovim config

My Neovim config for Windows and Linux.

Setup

Install:

  • neovim
  • git
  • fd
  • ripgrep
  • git

Clone the repository:

git clone git@github.com:rmarquis/nvim.git $HOME/.config/nvim
git clone git@github.com:rmarquis/nvim.git $HOME/AppData/Local/nvim

Language support

Lua

Built-in.

Plugins

Category Plugins
plugin manager lazy
editing support autopairs
comment todo-comments
completion nvim-cmp
file explorer neo-tree
fuzzy finder telescope, telescope-ui-select
git gitsigns
indent indent-blankline
keybinding which-key
lsp nvim-lspconfig, mason, mason-lspconfig, fidget, none-ls
snippet luasnip, friendly-snippets
startup dashboard
statusline lualine
syntax treesitter
tabline bufferline
theme nightfox (nordfox variant)

Resources

Global resources

Inspiration

Projects:

Videos: