From 0cdfd34b7fa4c3f0693b5bb9e3016b40a22cefea Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Thu, 6 Oct 2022 23:27:42 +0100 Subject: [PATCH] style: a little bit of formatting --- neovim/lua/options.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/neovim/lua/options.lua b/neovim/lua/options.lua index fb12e98..a0810db 100644 --- a/neovim/lua/options.lua +++ b/neovim/lua/options.lua @@ -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