mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(neovim): Blank to default lsp configurations
- Configuration for files under `/lsp` are added
This commit is contained in:
@@ -1 +1,13 @@
|
||||
return {}
|
||||
return {
|
||||
cmd = { "prettier", "--lsp" },
|
||||
filetypes = {
|
||||
"javascript",
|
||||
"typescript",
|
||||
"css",
|
||||
"scss",
|
||||
"html",
|
||||
"json",
|
||||
"yaml",
|
||||
},
|
||||
root_markers = { ".prettierrc", "package.json" },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user