mohanvaddi / nvim-config

nvim config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nvim config

To install, clone this repo into ~/.config/nvim

  git clone https://github.com/mohanvaddi/nvim-config.git ~/.config/nvim

Note :

  • it will install Packer (plugin manager) automatically.
  • do PackerSync to install plugins.
  • this config has Mason installed. Do MasonInstall <desired-lang-server> to install lsp (language server protocol).
  • you can install treesitter by doing TSInstall <lang>
  • Plugins :
    • telescope.nvim
    • nvim-tree
    • bufferline
    • toggleterm
    • Comment.nvim
    • impatient
    • rose-pine -- colorscheme
    • nvim-cmp
    • nvim-autopairs
    • nvim-ts-rainbow
    • lualine
    • indent-blankline
  • add downloaded lsps to list in mason.lua

About

nvim config files


Languages

Language:Lua 100.0%