mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-12 18:34:27 +02:00
add: lsp blade dan linter blade
This commit is contained in:
parent
fbc8a53840
commit
4bd718cab7
5 changed files with 37 additions and 1 deletions
4
lua/user/lsp/settings/stimulus_ls.lua
Normal file
4
lua/user/lsp/settings/stimulus_ls.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
root_dir = require("lspconfig.util").root_pattern("composer.json", ".git") or vim.loop.cwd() or vim.fn.getcwd(),
|
||||
singe_file_support = true,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue