Get autocomplete working, fix telescope settings, add java language server
This commit is contained in:
parent
be6f2e6bdf
commit
4556e70dcd
3 changed files with 34 additions and 4 deletions
5
ftplugin/java.lua
Normal file
5
ftplugin/java.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local config = {
|
||||
cmd = { "/home/aselimov/.local/share/nvim/mason/bin/jdtls" },
|
||||
root_dir = vim.fs.dirname(vim.fs.find({ "gradlew", ".git", "mvnw" }, { upward = true })[1]),
|
||||
}
|
||||
require("jdtls").start_or_attach(config)
|
|
@ -1,2 +0,0 @@
|
|||
set colorcolumn=120
|
||||
set tw=120
|
Loading…
Add table
Add a link
Reference in a new issue