mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
fix(vim): problem with LSP and prettier
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
" lspconfig
|
||||
" https://github.com/neovim/nvim-lspconfig
|
||||
|
||||
" Mappings
|
||||
nnoremap <silent> <C-k> <cmd>lua vim.lsp.buf.signature_help()<CR>
|
||||
nnoremap <silent> <leader>D <cmd>lua vim.lsp.buf.type_definition()<CR>
|
||||
nnoremap <silent> <leader>e <cmd>lua vim.lsp.diagnostic.show_line_diagnostics()<CR>
|
||||
|
||||
Reference in New Issue
Block a user