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'