Skip to content

HeiCg/nvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neovim

status line

Summary

  1. for everything to work, nodejs must be installed in version 15.14.0 with nvm

    "$HOME/.nvm/versions/node/v15.14.0/bin"

  2. https://github.com/BurntSushi/ripgrep (Telescope)

sudo apt install ripgrep
  1. https://github.com/sharkdp/fd (Telescope)
sudo apt install fd-find
  1. Pandoc (MarkdownPreview)
sudo apt install pandoc
  1. live-server (MarkdownPreview)
npm install -g @compodoc/live-server

JetBrainMono with Ligatures https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/JetBrainsMono/Ligatures

FYI: gnome-shell dont support ligatures

The theme default is rose-pine, to change theme you can just modify /lua/config/theme/init.lua file

this folder will not be created on your system as it is not tracked by git

The lualine theme is setup auto, but in some sections the colors was set manually

So that the themes of the all sections are automatically configured you just change the /lua/plugins/lualine.lua file commenting the color options in each sections.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published