Skip to content

pkayokay/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

vim

  1. Install VIM PLUG https://github.com/junegunn/vim-plug#neovim
  2. Add this repo under ~/.config/nvim

If using JetBrains Mono, download the font locally here https://www.jetbrains.com/lp/mono/, otherwise NerdTree Icons won't work properly.

For telescope install

brew install ripgrep
brew install fd
https://github.com/BurntSushi/ripgrep
https://github.com/sharkdp/fd

LSP

https://github.com/VonHeikemen/lsp-zero.nvim

Helps setup nvim-lspconfig and nvim-cmp (auto completion) with pre-made configuration for various language servers.

Install LSPs, linters and formatters (do not need to use for formatters though as this config uses ALE)

Ex.

:LspInstall ruby-lsp
:LspInstall html-lsp
:LspInstall tailwindcss-language-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published