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.ignorecase = true
|
||||||
o.smartcase = true
|
o.smartcase = true
|
||||||
o.smartindent = true
|
o.smartindent = true
|
||||||
o.mouse = "i"
|
|
||||||
o.autoindent = true
|
o.autoindent = true
|
||||||
|
o.mouse = "a"
|
||||||
-- neoformat settings.
|
|
||||||
global.neoformat_basic_format_align = 1
|
|
||||||
global.neoformat_basic_format_trim = 1
|
|
||||||
|
|
||||||
-- leader settings
|
-- leader settings
|
||||||
global.mapleader = ' '
|
global.mapleader = ' '
|
||||||
|
|
||||||
-- indent blankline settings
|
|
||||||
global.indent_blankline_char = '▏'
|
|
||||||
|
@ -127,6 +127,10 @@ return require('packer').startup(function(use)
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- eye-candy
|
-- eye-candy
|
||||||
|
use {
|
||||||
|
'eandrju/cellular-automaton.nvim',
|
||||||
|
cmd = "CellularAutomaton"
|
||||||
|
}
|
||||||
use {
|
use {
|
||||||
'lewis6991/gitsigns.nvim',
|
'lewis6991/gitsigns.nvim',
|
||||||
event = 'UIEnter',
|
event = 'UIEnter',
|
||||||
|
Loading…
Reference in New Issue
Block a user