dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

eyeliner.lua (299B)


      1 -- Auto completion
      2 return {
      3     'jinh0/eyeliner.nvim',
      4     config = function()
      5         require'eyeliner'.setup {
      6             -- show highlights only after keypress
      7             highlight_on_key = true,
      8         }
      9     end,
     10 }
     11 
     12 -- Keymap
     13 -- EyelinerToggle
     14 -- /Users/linus/.config/nvim/lua/linus/keys.lua