Skip to content

Commit

Permalink
chore: add selene config
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Jun 16, 2023
1 parent 4f8f66d commit 05c4f78
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
6 changes: 0 additions & 6 deletions lua/gitsigns/signs/base.lua

This file was deleted.

3 changes: 0 additions & 3 deletions lua/gitsigns/signs/extmarks.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
local api = vim.api

local SignsConfig = require('gitsigns.config').Config.SignsConfig
local config = require('gitsigns.config').config

local B = require('gitsigns.signs.base')

local M = {}

local group_base = 'gitsigns_extmark_signs_'
Expand Down
3 changes: 0 additions & 3 deletions lua/gitsigns/signs/vimfn.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
local fn = vim.fn

local SignsConfig = require('gitsigns.config').Config.SignsConfig
local config = require('gitsigns.config').config

local emptytable = require('gitsigns.util').emptytable

local B = require('gitsigns.signs.base')

local M = {}

-- The internal representation of signs in Neovim is a linked list which is slow
Expand Down
1 change: 1 addition & 0 deletions selene.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
std="vim"
15 changes: 15 additions & 0 deletions vim.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
base: lua51
globals:
vim:
any: true
jit:
any: true
assert:
args:
- type: any
- type: string
required: false
package.config:
any: true
property: read-only

0 comments on commit 05c4f78

Please sign in to comment.