diff options
author | Abouzar Parvan <[email protected]> | 2021-08-05 22:01:39 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-05 17:31:39 +0000 |
commit | 43c9ca8f27bfef0508aa95a9a39c9ea99e314fb8 (patch) | |
tree | 3a0f1a970abc6efe3bc7f3e66b7bab5d9833a354 | |
parent | 00d4ebc1657f4121e9f3d03f1b2c26fdd29a4247 (diff) |
fix formating :cry: (#1243)
-rw-r--r-- | lua/default-config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index f0bae2aa..021eab06 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -3,7 +3,7 @@ DATA_PATH = vim.fn.stdpath "data" CACHE_PATH = vim.fn.stdpath "cache" TERMINAL = vim.fn.expand "$TERMINAL" USER = vim.fn.expand "$USER" -vim.cmd[[ set spellfile=~/.config/lvim/spell/en.utf-8.add ]] +vim.cmd [[ set spellfile=~/.config/lvim/spell/en.utf-8.add ]] lvim = { leader = "space", |