mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 02:24:58 +02:00
start formatting rules
This commit is contained in:
parent
b461c878e6
commit
9f511bcb59
65 changed files with 2829 additions and 2812 deletions
|
@ -1,7 +1,7 @@
|
|||
-- 1. get the config for this server from nvim-lspconfig and adjust the cmd path.
|
||||
-- relative paths are allowed, lspinstall automatically adjusts the cmd and cmd_cwd for us!
|
||||
local config = require'lspconfig'.jdtls.document_config
|
||||
require'lspconfig/configs'.jdtls = nil -- important, unset the loaded config again
|
||||
local config = require("lspconfig").jdtls.document_config
|
||||
require("lspconfig/configs").jdtls = nil -- important, unset the loaded config again
|
||||
-- config.default_config.cmd[1] = "./node_modules/.bin/bash-language-server"
|
||||
|
||||
-- 2. extend the config with an install_script and (optionally) uninstall_script
|
||||
|
@ -24,4 +24,4 @@ require'lspconfig/configs'.jdtls = nil -- important, unset the loaded config aga
|
|||
-- uninstall_script = nil -- can be omitted
|
||||
-- })
|
||||
|
||||
require'lspinstall'.setup()
|
||||
require("lspinstall").setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue