Skip to content

ymich9963/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

Plugins

Using,

Structure

  • colors/ contains nanos colorscheme.
  • after/ftplugin contains filetype-specific settings.
  • init.lua has everything else.

Setup

Windows

git clone https://github.com/ymich9963/nvim $HOME\AppData\Local\nvim

Linux

git clone https://github.com/ymich9963/nvim ~/.config/nvim

Then run :Lazy sync to make sure everything is working

Comments

  • Using Inconsolata Regular as the font.
  • Might need a C compiler and node.js installed for certain LSPs.
  • Need tree-sitter executable for nvim-treesitter.
  • Might need ripgrep for Windows.
  • Might need cl.exe from Build Tools for Visual Studio for Windows in order to nvim-treesitter to work (script here).
  • Badges were generated by Dotfyle.

About

neovim config

Topics

Resources

License

Stars

Watchers

Forks