Ran luaformat on all neovim files, removed unneeded files

This commit is contained in:
Marko Korhonen 2022-08-23 22:12:01 +03:00
parent 1df85d3a12
commit fa8e0e7331
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
11 changed files with 277 additions and 285 deletions

View file

@ -38,12 +38,10 @@ cmd 'highlight SignColumn guibg=transparent'
-- Use suda by default
g.suda_smart_edit = 1
-- Split direction
o.splitbelow = true
o.splitright = true
-- Case insensitive search
o.ignorecase = true
o.smartcase = true