Skip to content

Commit 6da6c82

Browse files
committed
fix(nvim): highlight issue for markdown
1 parent 51cf72d commit 6da6c82

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
local config = function()
2-
vim.env.NVIM_TUI_ENABLE_TRUE_COLOR=1
3-
vim.api.nvim_set_option('termguicolors',true)
4-
-- FIXME
5-
vim.cmd([[
6-
syntax on
7-
colorscheme onedark
8-
]])
2+
require('onedark').load()
93
end
104
return {
11-
'joshdick/onedark.vim',
5+
'navarasu/onedark.nvim',
126
config = config,
7+
after = 'nvim-treesitter',
138
}

0 commit comments

Comments
 (0)