Fixed for nvy
This commit is contained in:
2
init.lua
2
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', '<C-S-p>', '<cmd>Telescope commands<cr>')
|
||||
utils.map('n', '<leader>b', '<cmd>Telescope buffers<cr>')
|
||||
utils.map('n', '<space>r', '<cmd>Telescope lsp_references<cr>')
|
||||
utils.map('n', '<C-S-o>', '<cmd>Telescope lsp_document_symbols<cr>')
|
||||
utils.map('n', '<A-m>', '<cmd>Telescope lsp_document_symbols<cr>')
|
||||
-------------------- LSP -----------------------------------
|
||||
local nvim_lsp = require 'lspconfig'
|
||||
|
||||
|
Reference in New Issue
Block a user