diff options
author | rafa_99 <raroma09@gmail.com> | 2021-07-19 22:20:18 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2021-07-19 22:20:18 +0100 |
commit | 847279ac0802e75d713fe0055a073ff810ec3b22 (patch) | |
tree | de81477523f4e9b7e170c90071713c6ace45d8ce /neovim | |
parent | 64b78ff082fee66d7f5fc04af8cb686d40be4833 (diff) |
Updated vim configs and Aliases
Diffstat (limited to 'neovim')
-rw-r--r-- | neovim/.config/nvim/init.vim | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim index 6faaf4a..87ce4c8 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -10,15 +10,11 @@ Plug 'vim-scripts/taglist.vim' Plug 'scrooloose/nerdtree' Plug 'neovim/nvim-lspconfig' Plug 'hrsh7th/nvim-compe' +Plug 'vim-scripts/DoxygenToolkit.vim' call plug#end() -" Unused Plugins -" Plug 'vim-scripts/DoxygenToolkit.vim' -" Plug 'vim-scripts/taglist.vim' -" Plug 'scrooloose/nerdtree' - " Keybinds Index -" F4 -> Checks shellcode "bashisms" +" F4 -> Checks shellcode " F5 -> Compile current program with compiler script " Control + P -> Runs portuguese spelling check " Control + E -> Runs english spelling check @@ -86,6 +82,8 @@ let g:Hexokinase_highlighters = ['backgroundfull'] map <C-t> :TlistToggle<CR> " NERDTree map <C-n> :NERDTreeToggle<CR> +" DoxygenToolkit +map <C-c> :Dox<CR> " LSP Configuration lua << EOF |