From 11b2f7ec36d0847aa561f9381105afd72df4f7ca Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 13 Oct 2024 01:07:44 +0200 Subject: fix shit --- vimrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index 709977c..0a8a023 100644 --- a/vimrc +++ b/vimrc @@ -162,6 +162,10 @@ lua < :call InputTabNumber() nnoremap :Telescope live_grep nnoremap :Telescope current_buffer_fuzzy_find +nnoremap :Telescope marks nnoremap :lua ToggleDiagnostics() @@ -474,10 +479,7 @@ vnoremap lightline#bufferline#move_previous() nnoremap lightline#bufferline#move_next() -" let g:NERDTreeCustomOpenArgs = { -" \ 'file': {'where': 't', 'reuse': 'all'}, -" \ 'dir': {} -"\ } +nnoremap f lua vim.diagnostic.open_float() colorscheme base16-synth-midnight-dark hi LineNr guibg=#000000 -- cgit v1.2.3