blob: 40b8b88a363cbeec61798b7ee127ea874e4a2a72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Trey's Neovim Config
## LSP Installation
Install the LSP's you want to use with `:Mason`
A bunch are configured in `lua/config/mason.lua`
I caved, I did it myself, mason just makes it too easy, some LSPs like gradle became annoying to setup.
## On First Run
If developing with Java and you want to use neotest, make sure you run `:NetotestJava setup`
|