From 1d6106db84dc63d10edf67ff2f858bca97114067 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 10 Sep 2021 15:59:43 +0200 Subject: [PATCH] Fixed for nvy --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index e88c636..576aafa 100644 --- a/init.lua +++ b/init.lua @@ -22,6 +22,7 @@ cmd 'colorscheme gruvbox-material' -- Put your favorite colorscheme h cmd 'syntax enable' cmd 'filetype plugin indent on' cmd 'language en_US' +utils.opt('o', 'guifont', 'Hack NF:h9') utils.opt('o', 'swapfile', false) utils.opt('o', 'backup', false) utils.opt('o', 'spelllang', 'en,de') @@ -72,6 +73,7 @@ utils.map('n', '', 'Telescope commands') utils.map('n', 'b', 'Telescope buffers') utils.map('n', 'r', 'Telescope lsp_references') utils.map('n', '', 'Telescope lsp_document_symbols') +utils.map('n', '', 'Telescope lsp_document_symbols') -------------------- LSP ----------------------------------- local nvim_lsp = require 'lspconfig'