diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-01-17 13:11:40 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-01-17 13:11:40 +0300 |
commit | fea38c3c191163ea3f14f2c90236ebbde75fcbe5 (patch) | |
tree | 8a442ee129a787b5b44834e82509fe340182df36 /.config/nvim/lua/user/options.lua | |
parent | b265c328f04362225a9d001580d0b8f5963ee1d9 (diff) |
merged changes from laptop into pc dotfiles
Diffstat (limited to '.config/nvim/lua/user/options.lua')
-rw-r--r-- | .config/nvim/lua/user/options.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/nvim/lua/user/options.lua b/.config/nvim/lua/user/options.lua index 7a768ab..efa207a 100644 --- a/.config/nvim/lua/user/options.lua +++ b/.config/nvim/lua/user/options.lua @@ -23,7 +23,7 @@ local options = { expandtab = false, -- !!!!!!!!! cursorline = false, number = true, - relativenumber = true, + relativenumber = true, wrap = false, -- splitting splitbelow = true, @@ -32,9 +32,9 @@ local options = { completeopt = { 'menuone', 'noselect', 'noinsert' }, -- treesitter foldlevel = 3, - spell= true, - spelllang="en_gb,ru_yo", - mousemodel="popup", + spell = ture, + spelllang = "en_gb,ru_yo", + mousemodel = "popup", spellsuggest = "best,5", undofile = true, undodir = "/home/main/.vim/undo", |