Skip to content

tanoargie/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

My Neovim configuration

This is my neovim configuration file in Lua. It has code completion and has plugins for Javascript/Typescript!

Prerequisites

  • Nvim >= 0.7.0
  • NodeJS >= 16
  • Ripgrep
  • Python 3 (OPTIONAL)
  • Ruby >= 3.0.0 (OPTIONAL)
  • Clangd (OPTIONAL. You should be able to install it with the following commands: sudo apt-get install clangd-9 (ubuntu) or brew install llvm (mac). Remember to add clangd to your path)./opt/llvm/bin

Installation

  1. Make .config directory if not already made and access it.
mkdir ~/.config && cd ~/.config
  1. Clone this repository
git clone [email protected]:tanoargie/nvim.git
  1. Enter newly created folder and open it.
cd nvim && nvim .
  1. Install Plugins.
:PackerInstall
  1. Enjoy!

Releases

No releases published

Packages

No packages published

Languages