From 38970480247a5ca9e95a13b29716236a8d58ff6c Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 11 Dec 2023 19:48:56 +0100 Subject: [PATCH] fix(config): remove unimplemented example from default config --- lua/rocks/constants.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lua/rocks/constants.lua b/lua/rocks/constants.lua index f8969919..fb2c49ed 100644 --- a/lua/rocks/constants.lua +++ b/lua/rocks/constants.lua @@ -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.