mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-29 15:15:07 +02:00
lsp in ftplugin austonautomoy
This commit is contained in:
parent
9bb4f8a085
commit
20ed47e21e
45 changed files with 404 additions and 142 deletions
|
@ -67,7 +67,6 @@ O = {
|
|||
|
||||
lang = {
|
||||
python = {
|
||||
active = false,
|
||||
linter = '',
|
||||
-- @usage can be 'yapf', 'black'
|
||||
formatter = '',
|
||||
|
@ -85,11 +84,9 @@ O = {
|
|||
}
|
||||
},
|
||||
dart = {
|
||||
active = false,
|
||||
sdk_path = '/usr/lib/dart/bin/snapshots/analysis_server.dart.snapshot'
|
||||
},
|
||||
lua = {
|
||||
active = false,
|
||||
-- @usage can be 'lua-format'
|
||||
formatter = '',
|
||||
autoformat = false,
|
||||
|
@ -100,7 +97,6 @@ O = {
|
|||
}
|
||||
},
|
||||
sh = {
|
||||
active = false,
|
||||
-- @usage can be 'shellcheck'
|
||||
linter = '',
|
||||
-- @usage can be 'shfmt'
|
||||
|
@ -113,7 +109,6 @@ O = {
|
|||
}
|
||||
},
|
||||
tsserver = {
|
||||
active = false,
|
||||
-- @usage can be 'eslint'
|
||||
linter = '',
|
||||
-- @usage can be 'prettier'
|
||||
|
@ -126,7 +121,6 @@ O = {
|
|||
}
|
||||
},
|
||||
json = {
|
||||
active = false,
|
||||
-- @usage can be 'prettier'
|
||||
formatter = '',
|
||||
autoformat = false,
|
||||
|
@ -137,14 +131,12 @@ O = {
|
|||
}
|
||||
},
|
||||
tailwindcss = {
|
||||
active = false,
|
||||
filetypes = {
|
||||
'html', 'css', 'scss', 'javascript', 'javascriptreact',
|
||||
'typescript', 'typescriptreact'
|
||||
}
|
||||
},
|
||||
clang = {
|
||||
active = false,
|
||||
diagnostics = {
|
||||
virtual_text = {spacing = 0, prefix = ""},
|
||||
signs = true,
|
||||
|
@ -152,7 +144,6 @@ O = {
|
|||
}
|
||||
},
|
||||
ruby = {
|
||||
active = false,
|
||||
diagnostics = {
|
||||
virtualtext = {spacing = 0, prefix = ""},
|
||||
signs = true,
|
||||
|
@ -160,13 +151,12 @@ O = {
|
|||
},
|
||||
filetypes = {'rb', 'erb', 'rakefile'}
|
||||
},
|
||||
go = {active = false},
|
||||
elixir = {active = false},
|
||||
vim = {active = false},
|
||||
yaml = {active = false},
|
||||
terraform = {active = false},
|
||||
go = {},
|
||||
elixir = {},
|
||||
vim = {},
|
||||
yaml = {},
|
||||
terraform = {},
|
||||
rust = {
|
||||
active = false,
|
||||
linter = '',
|
||||
formatter = '',
|
||||
autoformat = false,
|
||||
|
@ -176,21 +166,19 @@ O = {
|
|||
underline = true
|
||||
}
|
||||
},
|
||||
svelte = {active = false},
|
||||
php = {active = false},
|
||||
latex = {active = false},
|
||||
kotlin = {active = false},
|
||||
html = {active = false},
|
||||
elm = {active = false},
|
||||
emmet = {active = false},
|
||||
graphql = {active = false},
|
||||
efm = {active = true},
|
||||
docker = {active = false},
|
||||
cmake = {active = false},
|
||||
java = {active = false},
|
||||
svelte = {},
|
||||
php = {},
|
||||
latex = {},
|
||||
kotlin = {},
|
||||
html = {},
|
||||
elm = {},
|
||||
emmet = {active = true},
|
||||
graphql = {},
|
||||
efm = {},
|
||||
docker = {},
|
||||
cmake = {},
|
||||
java = {},
|
||||
css = {
|
||||
active = false,
|
||||
|
||||
formatter = '',
|
||||
autoformat = false,
|
||||
virtual_text = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue