vimrc/ftplugin/javascript.lua
Thomas Gideon 89121239c2 Remove text and markdown specific colorscheme
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.
2024-06-10 10:14:04 -04:00

3 lines
88 B
Lua

vim.cmd('setlocal fdm=indent')
vim.cmd('setlocal smartindent')
vim.cmd('setlocal list')