diff options
author | Yigit Sever | 2021-10-10 21:03:02 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-10 21:03:02 +0300 |
commit | a55162742ca5a417037829ff08f35c71f7dd07a0 (patch) | |
tree | 9c79e124648edb8a2b6f8037935f2c2056b80d18 /.config/nvim/lua/settings.lua | |
parent | 1c0aa32806e097a2a0c30b760ae4cad481e758c6 (diff) | |
download | dotfiles-a55162742ca5a417037829ff08f35c71f7dd07a0.tar.gz dotfiles-a55162742ca5a417037829ff08f35c71f7dd07a0.tar.bz2 dotfiles-a55162742ca5a417037829ff08f35c71f7dd07a0.zip |
nvim: ported
Diffstat (limited to '.config/nvim/lua/settings.lua')
-rw-r--r-- | .config/nvim/lua/settings.lua | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/.config/nvim/lua/settings.lua b/.config/nvim/lua/settings.lua index 5996c51..5931e5d 100644 --- a/.config/nvim/lua/settings.lua +++ b/.config/nvim/lua/settings.lua | |||
@@ -1,9 +1,3 @@ | |||
1 | -- ┌──────────────────┐ | ||
2 | -- │ ▗ │ | ||
3 | -- │▛▀▖▞▀▖▞▀▖▌ ▌▄ ▛▚▀▖│ | ||
4 | -- │▌ ▌▛▀ ▌ ▌▐▐ ▐ ▌▐ ▌│ | ||
5 | -- │▘ ▘▝▀▘▝▀ ▘ ▀▘▘▝ ▘│ | ||
6 | -- └──────────────────┘ | ||
7 | -- ┌───────────────────────┐ | 1 | -- ┌───────────────────────┐ |
8 | -- │ ▐ ▐ ▗ │ | 2 | -- │ ▐ ▐ ▗ │ |
9 | -- │▞▀▘▞▀▖▜▀ ▜▀ ▄ ▛▀▖▞▀▌▞▀▘│ | 3 | -- │▞▀▘▞▀▖▜▀ ▜▀ ▄ ▛▀▖▞▀▌▞▀▘│ |
@@ -34,9 +28,9 @@ o.softtabstop = 4 | |||
34 | o.tabstop = 8 | 28 | o.tabstop = 8 |
35 | 29 | ||
36 | -- use english for spellchecking, but don't spellcheck by default | 30 | -- use english for spellchecking, but don't spellcheck by default |
37 | o.spell = true | 31 | wo.spell = true |
38 | o.spelllang = "en_gb" | 32 | bo.spelllang = "en_gb" |
39 | o.spell = false | 33 | wo.spell = false |
40 | 34 | ||
41 | -- tab completion, zsh style | 35 | -- tab completion, zsh style |
42 | o.wildmode = "full" | 36 | o.wildmode = "full" |