mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
ref(nvim): moved mappings
This commit is contained in:
parent
7462368a18
commit
85b6427a1b
2 changed files with 19 additions and 21 deletions
|
|
@ -12,10 +12,6 @@ require "mason-lspconfig".setup {
|
|||
|
||||
require "neodev".setup()
|
||||
|
||||
map('n', '<leader>e', vim.diagnostic.open_float)
|
||||
map('n', '<leader>pe', vim.diagnostic.goto_prev)
|
||||
map('n', '<leader>ne', vim.diagnostic.goto_next)
|
||||
|
||||
local on_attach = function(client, bufnr)
|
||||
vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc')
|
||||
local ts = require "telescope.builtin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue