Split some settings to files section

This commit is contained in:
ItsDrike 2021-12-06 13:56:48 +01:00
parent afa4c250c5
commit 3dfb695eaf
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -37,10 +37,12 @@ o.wildmode = {"longest", "list", "full"} -- Enable autocompletion
o.wildmenu = true -- Display all matching files when we tab complete o.wildmenu = true -- Display all matching files when we tab complete
table.insert(o.path, "**") -- Search down into subfolders with tab completion table.insert(o.path, "**") -- Search down into subfolders with tab completion
-- Misc -- Files
o.mouse = "a" -- Enable mouse mode
o.encoding = "utf-8" -- Use UTF-8 encoding o.encoding = "utf-8" -- Use UTF-8 encoding
o.autoread = true -- Automatically reload files on change o.autoread = true -- Automatically reload files on change
-- Misc
o.mouse = "a" -- Enable mouse mode
o.undolevels = 999 -- Lots of these o.undolevels = 999 -- Lots of these
o.history = 1000 -- More history o.history = 1000 -- More history
o.showmode = false -- Don't display mode (it's on status line anyway) o.showmode = false -- Don't display mode (it's on status line anyway)