1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-17 11:30:02 +02:00

nvim: some formatting

This commit is contained in:
Henrik Hautakoski 2024-08-13 19:30:17 +02:00
parent 184e9b01ee
commit 0adb1a40eb
3 changed files with 27 additions and 28 deletions

View file

@ -20,8 +20,8 @@ return {
servers = {
-- Bash
bashls = {},
-- C/C++
ccls = {},
-- C/C++
ccls = {},
-- PHP
intelephense = {},
-- phpactor = {
@ -34,7 +34,7 @@ return {
-- },
-- JS,TS,VUE
tsserver = {
document_highlight = false,
document_highlight = false,
settings = {
tsserver_plugins = {
"@vue/typescript-plugin",
@ -84,17 +84,17 @@ return {
cmd = { "/opt/luals/bin/lua-language-server", "--logpath=~/.local/luals/logs" },
settings = {
Lua = {
runtime = {
version = 'LuaJIT'
},
workspace = {
checkThirdParty = false,
library = {
vim.env.VIMRUNTIME
}
}
}
}
runtime = {
version = "LuaJIT",
},
workspace = {
checkThirdParty = false,
library = {
vim.env.VIMRUNTIME,
},
},
},
},
},
},
}