Conf update

This commit is contained in:
juan 2022-12-30 14:01:25 +08:00
parent e3ab77ea2d
commit 8a990acc0e
Signed by: juan
GPG Key ID: 5C1E5093C74F1DC7
2 changed files with 5 additions and 8 deletions

View File

@ -18,15 +18,8 @@ vim.opt.completeopt = {'menu', 'menuone', 'noselect'}
o.ignorecase = true
o.smartcase = true
o.smartindent = true
o.mouse = "i"
o.autoindent = true
-- neoformat settings.
global.neoformat_basic_format_align = 1
global.neoformat_basic_format_trim = 1
o.mouse = "a"
-- leader settings
global.mapleader = ' '
-- indent blankline settings
global.indent_blankline_char = ''

View File

@ -127,6 +127,10 @@ return require('packer').startup(function(use)
}
-- eye-candy
use {
'eandrju/cellular-automaton.nvim',
cmd = "CellularAutomaton"
}
use {
'lewis6991/gitsigns.nvim',
event = 'UIEnter',