Skip to content

MichalPlacek/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages