mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 07:11:09 +00:00
Update lunarvim
This commit is contained in:
@@ -349,6 +349,18 @@ dap.configurations.php = {
|
||||
}
|
||||
}
|
||||
|
||||
local lspconfig = require('lspconfig')
|
||||
local configs = require('lspconfig.configs')
|
||||
if not configs.oxlint then
|
||||
configs.oxlint = {
|
||||
default_config = {
|
||||
cmd = { 'oxlint', '--lsp' },
|
||||
filetypes = { 'javascript', 'javascriptreact', 'typescript', 'typescriptreact' },
|
||||
root_dir = lspconfig.util.root_pattern('.oxlintrc.json', 'package.json', '.git'),
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
lvim.plugins = {
|
||||
{
|
||||
"gpanders/editorconfig.nvim",
|
||||
|
||||
Reference in New Issue
Block a user