mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Split some settings to files section
This commit is contained in:
parent
afa4c250c5
commit
3dfb695eaf
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue