1 2 3 4 5 6 7 8 9 10 11 12
require('ftplugin.common-space') o.colorcolumn = '80' bo.tabstop = 2 bo.softtabstop = 2 bo.shiftwidth = 2 vim.api.nvim_exec([[ set is hlsearch ai ic scs nnoremap <esc><esc> :nohls ]], true)