diff options
author | Yigit Sever | 2021-11-02 15:25:21 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-02 15:25:21 +0300 |
commit | 81764d44f86917a38744f22a8c494be3589ae995 (patch) | |
tree | 7cd87770e2e15036fa49aa2ca473dfa06e074c99 /.config/nvim/lua/settings.lua | |
parent | 0ee0b219d4f7bd235043d262e41d517f3c5a507e (diff) | |
download | dotfiles-81764d44f86917a38744f22a8c494be3589ae995.tar.gz dotfiles-81764d44f86917a38744f22a8c494be3589ae995.tar.bz2 dotfiles-81764d44f86917a38744f22a8c494be3589ae995.zip |
nvim: mapping fixes
Diffstat (limited to '.config/nvim/lua/settings.lua')
-rw-r--r-- | .config/nvim/lua/settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/settings.lua b/.config/nvim/lua/settings.lua index 34e68b2..895d6d9 100644 --- a/.config/nvim/lua/settings.lua +++ b/.config/nvim/lua/settings.lua | |||
@@ -35,7 +35,7 @@ bo.spelllang = "en_gb" | |||
35 | wo.spell = false | 35 | wo.spell = false |
36 | 36 | ||
37 | -- tab completion, zsh style | 37 | -- tab completion, zsh style |
38 | o.wildmode = "full" | 38 | o.wildmode = "longest:full,full" |
39 | opt.wildignore = { | 39 | opt.wildignore = { |
40 | '*.o', '*.obj', '*.class', '*.aux', '*.lof', '*.log', '*.lot', '*.fls', | 40 | '*.o', '*.obj', '*.class', '*.aux', '*.lof', '*.log', '*.lot', '*.fls', |
41 | '*.toc', '*.fmt', '*.fot', '*.cb', '*.cb2', '.*.lb', '.dvi', '*.xdv', | 41 | '*.toc', '*.fmt', '*.fot', '*.cb', '*.cb2', '.*.lb', '.dvi', '*.xdv', |