config(nvim): add word define
parent
8a83b22a43
commit
de4bad5fcb
|
@ -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"
|
||||
|
||||
|
|
|
@ -117,7 +117,7 @@ local font_0xproto = {
|
|||
},
|
||||
},
|
||||
font_size = 14.0,
|
||||
line_height = 1.2,
|
||||
line_height = 1.4,
|
||||
default_cursor_style = "SteadyBar",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue