Loukas Agorgianitis

Results 123 comments of Loukas Agorgianitis

Problem solved by solving the aforementioned ambiguity. I removed `lua/plugins/init.lua` and changed the `lua/plugins.lua` to this: ``` if vim.g.lazy_did_setup then return {} end local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if...

A thank you for the clarifications! Any specific details on how writes work on single files that make modifications unsafe from multiple mounts at the same time?