The example below is not working (error is given when neovim is opened not recognising $env_var) how can I let him recognise the env_var?

g = {

name = “+grep”,

a = { “Telescope grep_string”, “Grep on all dirs” },

s = { “Telescope grep_string search_dirs={”$env_var/dir1/dir2/dir3/“} cr>”, “Grep on dir” },

},

Thanks

  • dafunkkk@lemmy.worldOP
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    8 months ago

    yeah, just asking here for quick solutions (don’t want to spend tons of time reading all the guides)