Change nvim config (pyright)
This commit is contained in:
+11
-8
@@ -51,21 +51,24 @@ let g:vimwiki_ext2syntax = {}
|
||||
let g:vimwiki_folding = 'expr'
|
||||
set foldlevelstart=1
|
||||
|
||||
" status line
|
||||
" Plug 'nvim-lualine/lualine.nvim'
|
||||
" Plug 'nvim-tree/nvim-web-devicons'
|
||||
|
||||
Plug 'folke/snacks.nvim'
|
||||
|
||||
Plug 'rebelot/heirline.nvim'
|
||||
|
||||
" noice.nvim change the command line location
|
||||
" Plug 'folke/noice.nvim'
|
||||
" Plug 'MunifTanjim/nui.nvim'
|
||||
" Plug 'rcarriga/nvim-notify'
|
||||
" Debuging stuff
|
||||
Plug 'mfussenegger/nvim-dap'
|
||||
Plug 'rcarriga/nvim-dap-ui'
|
||||
Plug 'nvim-neotest/nvim-nio'
|
||||
Plug 'theHamsta/nvim-dap-virtual-text'
|
||||
|
||||
call plug#end()
|
||||
|
||||
lua require('nvim-cmp')
|
||||
lua require('config')
|
||||
|
||||
" nvim-dap keymaps
|
||||
nnoremap <silent> <F5> :lua require'dap'.continue()<CR>
|
||||
nnoremap <silent> <F10> :lua require'dap'.step_over()<CR>
|
||||
nnoremap <silent> <F11> :lua require'dap'.step_into()<CR>
|
||||
nnoremap <silent> <F12> :lua require'dap'.step_out()<CR>
|
||||
nnoremap <silent> <leader>b :lua require'dap'.toggle_breakpoint()<CR>
|
||||
|
||||
Reference in New Issue
Block a user