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.
This commit is contained in:
parent
9d6de405f3
commit
45af25f204
7 changed files with 5 additions and 14 deletions
|
@ -1,5 +1,3 @@
|
|||
vim.cmd('setlocal fdm=indent')
|
||||
vim.cmd('setlocal smartindent')
|
||||
vim.cmd('setlocal list')
|
||||
-- set an alternate colorscheme from coding
|
||||
vim.cmd('colorscheme breezy')
|
||||
|
|
|
@ -14,5 +14,3 @@ vim.cmd('setlocal nolist')
|
|||
vim.cmd('setlocal formatoptions-=t')
|
||||
-- turn off line width hint
|
||||
vim.cmd('setlocal colorcolumn=0')
|
||||
-- set an alternate colorscheme from coding
|
||||
vim.cmd('colorscheme quiet')
|
||||
|
|
|
@ -8,5 +8,3 @@ vim.cmd('setlocal nolist')
|
|||
vim.cmd('setlocal formatoptions-=t')
|
||||
-- turn off line width hint
|
||||
vim.cmd('setlocal colorcolumn=0')
|
||||
-- set an alternate colorscheme from coding
|
||||
vim.cmd('colorscheme quiet')
|
||||
|
|
|
@ -9,5 +9,3 @@ vim.opt.softtabstop = indent
|
|||
vim.cmd('setlocal fdm=indent')
|
||||
vim.cmd('setlocal smartindent')
|
||||
vim.cmd('setlocal list')
|
||||
-- set an alternate colorscheme from coding
|
||||
vim.cmd('colorscheme breezy')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue