config(nvim): add word define

main
sudo pacman -Syu 2024-05-02 16:44:51 +07:00
parent 8a83b22a43
commit de4bad5fcb
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,9 @@ vim.opt.expandtab = true
-- Wrap
vim.opt.breakindent = true
-- Word define
vim.opt.iskeyword:append("-")
-- Clipboard support
vim.opt.clipboard = "unnamedplus"

View File

@ -117,7 +117,7 @@ local font_0xproto = {
},
},
font_size = 14.0,
line_height = 1.2,
line_height = 1.4,
default_cursor_style = "SteadyBar",
}