diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-05 21:36:39 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-05 21:36:39 +0100 |
commit | 2041c8b60e5b9c9b20dfed243c915a5f3d39c4f7 (patch) | |
tree | b48472689df537411bd671833e99be7444144fab /config | |
parent | d653994416014a8448541f15f4f5136d1b4a75d3 (diff) |
set nvim textwidth to be filetype specific
Diffstat (limited to 'config')
-rw-r--r-- | config/essentials/nvim/ftplugin/telekasten.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/essentials/nvim/ftplugin/telekasten.lua b/config/essentials/nvim/ftplugin/telekasten.lua index 248f0e4..9d1529d 100644 --- a/config/essentials/nvim/ftplugin/telekasten.lua +++ b/config/essentials/nvim/ftplugin/telekasten.lua @@ -1,4 +1,5 @@ vim.opt.spell = true +vim.opt.textwidth = 65 -- syntax highlighting vim.cmd("hi tklink ctermfg=72 guifg=#81a1c1 cterm=bold,underline gui=bold,underline") |