add gitsigns and vim-figutive
remove neogit
This commit is contained in:
parent
10554c500d
commit
d17502e7a0
5 changed files with 10 additions and 25 deletions
|
@ -1,3 +1,7 @@
|
|||
require('plugins')
|
||||
|
||||
vim.g.mapleader = ";"
|
||||
vim.o.signcolumn = "yes"
|
||||
vim.wo.number = true
|
||||
vim.wo.relativenumber = true
|
||||
vim.wo.cursorline = true
|
||||
|
|
Reference in a new issue