Skip to content

Commit

Permalink
fix(config): remove unimplemented example from default config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Dec 11, 2023
1 parent 675bda0 commit 3897048
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lua/rocks/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ constants.DEFAULT_CONFIG = string.format(
#
# [plugins]
# nvim-treesitter = "semver_version-rev" # e.g. "1.0.0-0"
#
# Here is another example if you want to tweak your plugins even more:
# [plugins.nvim-treesitter]
# version = "semver_version-rev"
# config = "plugins/nvim-treesitter.lua" # <- ~/.config/nvim/lua
# rock_flags = "--additional-luarocks-install-flags=here"
# List of non-Neovim rocks.
# This includes things like `toml` or other lua packages.
Expand Down

0 comments on commit 3897048

Please sign in to comment.