Conf update
This commit is contained in:
parent
e3ab77ea2d
commit
8a990acc0e
@ -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 = '▏'
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user