style: a little bit of formatting

This commit is contained in:
Dan Anglin 2022-10-06 23:27:42 +01:00
parent 3d13416869
commit 0cdfd34b7f
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -56,18 +56,18 @@ set.signcolumn = "number"
set.completeopt = "longest,menuone"
-- Netrw settings
g.netrw_banner = 0 -- disable the banner
g.netrw_liststyle = 3 -- display files and folders in a tree style
g.netrw_browse_split = 2 -- open files in a vertical split by default
g.netrw_altv = 1 -- open split to the right
g.netrw_winsize = 10 -- set the size of the Explorer window
g.netrw_keepdir = 0 -- keep the browsing directory the same as the current directory
g.netrw_banner = 0 -- disable the banner
g.netrw_liststyle = 3 -- display files and folders in a tree style
g.netrw_browse_split = 2 -- open files in a vertical split by default
g.netrw_altv = 1 -- open split to the right
g.netrw_winsize = 10 -- set the size of the Explorer window
g.netrw_keepdir = 0 -- keep the browsing directory the same as the current directory
-- Configure Omnifunc to use the LSP client
set.omnifunc = "v:lua.vim.lsp.omnifunc"
-- Spelling
set.spell = true
set.spell = true
set.spelllang = "en_gb"
-- The Statusline