diff options
| author | navewindre <boneyaard@gmail.com> | 2024-10-13 01:07:44 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-10-13 01:07:44 +0200 |
| commit | 11b2f7ec36d0847aa561f9381105afd72df4f7ca (patch) | |
| tree | a3115c89df9b437482c306c19d9c937a96774bdd | |
| parent | 65b505c0810107fa80ecb8a482133b6caa2f25d7 (diff) | |
fix shit
| -rw-r--r-- | vimrc | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -162,6 +162,10 @@ lua <<EOF } } + require('lspconfig')['zls'].setup { + capabilities = capabilities + } + require('lspconfig')['intelephense'].setup { capabilities = capabilities } @@ -457,6 +461,7 @@ vnoremap <F1> <ESC>:call InputTabNumber()<CR> nnoremap <F2> :Telescope live_grep<CR> nnoremap <C-f> :Telescope current_buffer_fuzzy_find<CR> +nnoremap <C-x> :Telescope marks<CR> nnoremap <F4> :lua ToggleDiagnostics()<CR> @@ -474,10 +479,7 @@ vnoremap <S-Tab> <gv nnoremap <leader><left> <Plug>lightline#bufferline#move_previous() nnoremap <leader><right> <Plug>lightline#bufferline#move_next() -" let g:NERDTreeCustomOpenArgs = { -" \ 'file': {'where': 't', 'reuse': 'all'}, -" \ 'dir': {} -"\ } +nnoremap f <cmd>lua vim.diagnostic.open_float()<CR> colorscheme base16-synth-midnight-dark hi LineNr guibg=#000000 |
