Skip to content

SahilBheke25/nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config

Setup

  • Clone the repository and copy its content to config folder
git clone git@github.com:chetan-satpute-josh/nvim.git
cp -r nvim ~/.config
  • Install additional formatters

neovim command

:MasonInstall lua-language-server stylua
:MasonInstall typescript-language-server prettier eslint-lsp json-lsp css-lsp
:MasonInstall ruby-lsp
:MasonInstall gopls
  • Code highlight

neovim command

:TSInstall go ruby typescript tsx javascript

Keymaps

Keys Function
<C-p> find files by name
<space>e open file explorer
<space>lg search text across project
<space>fm format file
<space>/ comment line / block
<C-p> move up in autocomplete popup
<C-n> move down in autocomplete popup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%