Thomas Gideon
45af25f204
LSP breaks this because overlays with multiple lines are opened with a filetype of text causing the colorscheme to change unpredictably and sometimes break. Moved wiki/diary specific colorscheme to a project specific config outside of this repo.
3 lines
88 B
Lua
3 lines
88 B
Lua
vim.cmd('setlocal fdm=indent')
|
|
vim.cmd('setlocal smartindent')
|
|
vim.cmd('setlocal list')
|