summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/ftplugin/yaml.lua
blob: 4f9234bda0bc9643958b803ebabcbb226b59f32d (plain) (blame)
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)
remember that computers suck.