ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.24k stars 109 forks source link

Argument must be positive exception #167

Closed solomancode closed 11 months ago

solomancode commented 12 months ago

The following exception is printed when I try to open nvim, But I'm unable to find which argument is causing this error

Error detected while processing .config/nvim/init.lua:
E5113: Error while calling lua chunk: vim/_meta.lua:597: E487: Argument must be positive
stack traceback:
        [C]: in function 'nvim_set_option_value'
        vim/_meta.lua:597: in function '_set'
        vim/_meta.lua:639: in function '__newindex'
        /home/mohamed/.config/nvim/lua/config/options.lua:69: in main chunk
        [C]: in function 'require'
        .config/nvim/init.lua:6: in main chunk
ecosse3 commented 11 months ago

@solomancode What nvim version are you using?

solomancode commented 11 months ago

@ecosse3 0.7.2, Sorry I didn't notice the required version line. Thank you.