Rishabh
Rishabh
when opening another file and trying to run it, it fails to run it and shows the file doesnt exist
### The issue - https://user-images.githubusercontent.com/53911515/217227654-de5d2944-1e2f-41d4-9782-6daca33c3953.mp4 ### minimal init.lua to replicate it ``` local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", -- latest...
this is a great plugin and works great most of the times but for me its not working with [project.nvim](https://github.com/ahmedkhalf/project.nvim) , i know that because i removed that plugin and...
 I am on Neovim nightly heres my config - https://github.com/Rishabh672003/Neovim