diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2023-04-04 10:09:41 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2023-04-04 10:09:41 +0200 |
commit | bd607ce791517841d20ed8b328053bdd92cb4695 (patch) | |
tree | 519516b74705cffc71ca4f691b3b78a251a3b0d8 /lua/config.lua | |
parent | efdb8300154f4fb0a062e7f5ad93b8d52a6972bb (diff) |
Indentation stuff
Diffstat (limited to 'lua/config.lua')
-rw-r--r-- | lua/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config.lua b/lua/config.lua index 582860f..cbe7560 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -27,3 +27,4 @@ vim.api.nvim_create_autocmd({ "BufEnter", "CursorHold", "CursorHoldI", "FocusGai pattern = { "*" }, }) +vim.o.cinoptions = "l1,g0,N-s,(s,U1,w1,Ws" |