blob: 4f9234bda0bc9643958b803ebabcbb226b59f32d (
plain) (
tree)
|
|
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)
|