diff options
author | Marek Filipowicz <[email protected]> | 2021-06-26 19:15:02 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-26 13:15:02 -0400 |
commit | a9e904711843374d85ca8a454fd70fc9890180ad (patch) | |
tree | b216b5706d09c20e87817892fe5b99b2677b9589 /init.lua | |
parent | 19003f7577f360b5b2ced84ac1e23202660d0f79 (diff) |
feat(java): Replace the current custom installation of java, with lspinstall (#517)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ vim.cmd('source '..CONFIG_PATH..'/vimscript/functions.vim') -- LSP require('lsp') +require('lsp.java-ls') require('lsp.angular-ls') require('lsp.bash-ls') require('lsp.clangd') |