Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.89 KB

README.md

File metadata and controls

56 lines (47 loc) · 1.89 KB

neovim-config

Plugins used

Plugin manger:

https://github.com/folke/lazy.nvim

For telescope:

https://github.com/BurntSushi/ripgrep fedora: sudo dnf install ripgrep

Additionals

Fonts:

https://www.nerdfonts.com/font-downloads Source Code Pro Sauce Code Pro Nerd Font Complete

Java

Download: https://jdk.java.net/ Lombok: https://projectlombok.org/download Jdtls: https://github.com/eclipse-jdtls/eclipse.jdt.ls Formatter: https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml

Lua

sudo dnf install gcc g++ clang ninja-build Download and compile: git clone https://github.com/sumneko/lua-language-server cd lua-language-server git submodule update --init --recursive cd 3rd/luamake compile/install.sh if error "cannot find -lstdc++" then sudo dnf install glibc-static libstdc++-static cd ../.. ./3rd/luamake/luamake rebuild

--set path in lsp-lua-config file.

Python

sudo npm i -g pyright