f4z3r / gruvbox-material.nvim

Material Gruvbox colorscheme for Neovim written in Lua
MIT License
32 stars 4 forks source link

Update Readme #17

Closed Parilia closed 3 months ago

Parilia commented 3 months ago

Updated the readme's lazy install instructions to reflect the recent changes to the configs.

Parilia commented 3 months ago

Okay hopefully that fix is good

Parilia commented 3 months ago

Okay pretty sure thats fixed and its good you pointed it out as i realised i had missed something in my init file, forgot to put vim.opt.softtabstop = 2 in. I am in the process of rewriting my init

f4z3r commented 3 months ago

Okay pretty sure thats fixed and its good you pointed it out as i realised i had missed something in my init file, forgot to put vim.opt.softtabstop = 2 in. I am in the process of rewriting my init

No worries. There still seems to be an indentation issue though 😄 The initial value in the table in indented by 2, and the remaining ones are indented by 4.

Parilia commented 3 months ago

If it wouldnt be too much trouble could you please give me an example of how you would prefer it as i dont see any issues the the indentation.

f4z3r commented 3 months ago

@Parilia your last commit is exactly what I meant. Thanks a lot. Looks good to me 👍🏽

Parilia commented 3 months ago

yea funnily enough I just sorted conform out so maybe that helped a little, im used to working in web dev so maybe my tabs are bit bigger normally.