nvim: proper move to lua

This commit is contained in:
2022-06-02 23:36:37 +03:00
parent df8acdb137
commit cfa2d074d5
14 changed files with 661 additions and 388 deletions

View File

@@ -0,0 +1,5 @@
vim.g.gitgutter_sign_added = ''
vim.g.gitgutter_sign_modified = ''
vim.g.gitgutter_sign_removed = ''
vim.g.gitgutter_sign_modified_removed = ''
vim.g.gitgutter_sign_removed_first_line = ''