Skip to content

Commit

Permalink
Move contrib one level higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Jun 5, 2023
1 parent 860f7cf commit b6833be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .luacheckrc
Expand Up @@ -10,5 +10,5 @@ read_globals = {
}
}
include_files = {'lua/', '*.lua'}
exclude_files = {'lua/scrollview/signs/contrib/README'}
exclude_files = {'lua/scrollview/contrib/README'}
std = 'luajit'
File renamed without changes.
@@ -1,7 +1,7 @@
-- Requirements:
-- - gitsigns.nvim (https://github.com/lewis6991/gitsigns.nvim)
-- Usage:
-- require('scrollview.signs.contrib.gitsigns').setup([{config}])
-- require('scrollview.contrib.gitsigns').setup([{config}])
-- {config} is an optional table with the following attributes:
-- - add_highlight (string): Defaults to a value from gitsigns config
-- when available, otherwise 'DiffAdd'.
Expand Down

0 comments on commit b6833be

Please sign in to comment.