Add spell
Signed-off-by: Ryan <ryan@alien.gov>
This commit is contained in:
parent
d39f6a98db
commit
828431ef70
10
lua/core.lua
10
lua/core.lua
@ -3,20 +3,20 @@ local o = vim.o
|
|||||||
local global = vim.g
|
local global = vim.g
|
||||||
|
|
||||||
-- look and feel
|
-- look and feel
|
||||||
o.termguicolors = true
|
|
||||||
o.ruler = true
|
|
||||||
o.relativenumber = true
|
|
||||||
o.number = true
|
o.number = true
|
||||||
o.showmode = false
|
o.relativenumber = true
|
||||||
|
o.ruler = true
|
||||||
o.scrolloff = 10
|
o.scrolloff = 10
|
||||||
|
o.showmode = false
|
||||||
|
o.spell = true
|
||||||
global.netrw_bufsettings = "noma nomod relativenumber nowrap ro nobl"
|
global.netrw_bufsettings = "noma nomod relativenumber nowrap ro nobl"
|
||||||
|
|
||||||
-- controlling
|
-- controlling
|
||||||
vim.opt.completeopt = { 'menu', 'menuone', 'noselect' }
|
vim.opt.completeopt = { 'menu', 'menuone', 'noselect' }
|
||||||
|
o.autoindent = true
|
||||||
o.ignorecase = true
|
o.ignorecase = true
|
||||||
o.smartcase = true
|
o.smartcase = true
|
||||||
o.smartindent = true
|
o.smartindent = true
|
||||||
o.autoindent = true
|
|
||||||
|
|
||||||
-- leader settings
|
-- leader settings
|
||||||
global.mapleader = ' '
|
global.mapleader = ' '
|
||||||
|
Loading…
Reference in New Issue
Block a user