Sergey

Results 2 comments of Sergey

> I get an error when running `nvim` from any directory other than `~/.config/nvim`, even if I run it from `~/.config/nvim/user` I get this error. Any idea why? I removed...

put in ```.config/nvim/ftplugin/lua.lua``` it will help ``` --vim.opt_local.suffixesadd:prepend('.lua') --vim.opt_local.suffixesadd:prepend('init.lua') --vim.opt_local.path:prepend(vim.fn.stdpath('config')..'/lua') --let &l:include = '\v