aski
aski
I noticed this too when opening nvim config files outside of the default locations (`~/.config/nvim`, `~/.config/nvim-suffix`). The neodev help file describes how to configure custom locations, see `:help neodev.nvim-neodev.nvim-setup`. @talentix-ch...
Yep I get these warnings too after opening the file, making a change and leaving insert mode. Looking at neodev that's all expected though. Neodev will only activate if the...
@dam9000 the warnings should disappear if ... the edited file is inside a directory named `lua`: - `.../lua/file.lua` or - `.../lua/.../file.lua` or the file is somewhere inside of `stdpath('config')`, e.g....