Skip to content

ymic9963/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

217 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

yes

Plugins

Using,

Structure

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

Setup

Windows

Clone to ~\AppData\Local\nvim.

Linux

Clone to ~/.config/nvim.

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.