kay-adamof Posted on Jul 9, 2023 How to hide or Fix; `typescript: File is a CommonJS module; it may be converted to an ES module.` #typescript Liquid syntax error: Unknown tag 'endraw' Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Shivam Mehta Shivam Mehta Shivam Mehta Follow Joined Aug 11, 2024 • Aug 11 '24 Dropdown menu Copy link Hide You can disable it for neovim as follows: local lspconfig = require("lspconfig") lspconfig.tsserver.setup({ init_options = { preferences = { disableSuggestions = true, }, }, }) Enter fullscreen mode Exit fullscreen mode Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
You can disable it for neovim as follows: