-
Hi. First, thanks for making this awesome plugin! 😄 I'm trying to set up a project-local config using I added a In my Neovim config...
The root directory is detected correctly. It seems like the :lua =require('neodev.config').options
{
debug = false,
library = {
enabled = true,
plugins = { "neotest", "nvim-treesitter", "plenary.nvim" },
runtime = true,
types = true
},
lspconfig = false,
override = <function 1>,
pathStrict = true,
setup_jsonls = true
} Am I missing something? Any help with troubleshooting this would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I figured out why it isn't working.
|
Beta Was this translation helpful? Give feedback.
-
Fix implemented in #140 |
Beta Was this translation helpful? Give feedback.
Fix implemented in #140