summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/settings.lua
diff options
context:
space:
mode:
authorYigit Sever2021-10-10 21:03:02 +0300
committerYigit Sever2021-10-10 21:03:02 +0300
commita55162742ca5a417037829ff08f35c71f7dd07a0 (patch)
tree9c79e124648edb8a2b6f8037935f2c2056b80d18 /.config/nvim/lua/settings.lua
parent1c0aa32806e097a2a0c30b760ae4cad481e758c6 (diff)
downloaddotfiles-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.lua12
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
34o.tabstop = 8 28o.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
37o.spell = true 31wo.spell = true
38o.spelllang = "en_gb" 32bo.spelllang = "en_gb"
39o.spell = false 33wo.spell = false
40 34
41-- tab completion, zsh style 35-- tab completion, zsh style
42o.wildmode = "full" 36o.wildmode = "full"