tjoskar
tjoskar3mo ago

Using enablePaths in nevim?

Hi, I'm working on a project that usage both node and Deno (for different reasons) and this is working great in vcode with the enablePaths config! But some of my colleagues are using neovim and we don't seam to find a correspondent config value for neovim. Does it exist? And how to we configure it in such case? Thanks!
1 Reply
Deno AI Helper
Deno AI Helper3mo ago
I wasn't able to find the answer to your question in the official Deno documentation regarding enablePaths configuration in neovim. However, based on your message, it seems like you might be referring to a configuration that is specific to an editor extension or plugin for Deno support within that editor. If enablePaths is a setting from the Deno extension for Visual Studio Code, it's possible that there is no direct equivalent in neovim, as settings can be editor-specific. For neovim, you would typically need to configure Deno support through a plugin or extension designed for neovim. One popular option is to use the built-in Language Server Protocol (LSP) support in neovim with Deno's LSP. You would need to install and configure an LSP client in neovim that can communicate with the Deno language server. Please note that this advice is not based on the Deno documentation, and I would advise you to double-check the accuracy of this advice. It would be best to consult the documentation or community around the neovim plugin or extension you are using for Deno integration for the most accurate and up-to-date information.