diff --git a/README.md b/README.md index a0b236f..bbbb07a 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Telekasten.nvim allows you to color your `[[links]]` by providing two syntax gro You can assign colors to them like this in your `init.vim`: -```vimscript +```vim " just blue and gray hi tkLink ctermfg=Blue cterm=bold,underline hi tkBrackets ctermfg=gray @@ -185,7 +185,7 @@ date: {{hdate}} ## Bind it Usually, you would set up some key bindings, though: -```vimscript +```vim nnoremap zf :lua require('telekasten').find_notes() nnoremap zd :lua require('telekasten').find_daily_notes() nnoremap zg :lua require('telekasten').search_notes()