Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dontexit authored Oct 9, 2023
1 parent 1448bfe commit e5bf38d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Just my neovim config lol.

note to self:
Package managers make use of vim.fn.stdpath("data") to attach themselves to nvim and it could be different on different environments.
To check where it is located for your environment, do:
`vim.print(vim.fn.stdpath("data"))`
To check where it is located for your environment, do inside neovim:

`:vim.print(vim.fn.stdpath("data"))`

Hopfully it wont take forever next time to debug any plugin manager issues and I dont have to bang myself in the head cluelessly looking for the casue of the issue.

0 comments on commit e5bf38d

Please sign in to comment.