removed useless def
This commit is contained in:
6
init.vim
6
init.vim
@@ -36,24 +36,20 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'} " Language server protocol suppo
|
|||||||
Plug 'SirVer/ultisnips' " Snippet engine
|
Plug 'SirVer/ultisnips' " Snippet engine
|
||||||
Plug 'honza/vim-snippets' " Snippets library
|
Plug 'honza/vim-snippets' " Snippets library
|
||||||
|
|
||||||
Plug 'davidhalter/jedi-vim' " Python autocompletion
|
|
||||||
Plug 'vim-scripts/c.vim' " C syntax and indentation
|
Plug 'vim-scripts/c.vim' " C syntax and indentation
|
||||||
Plug 'rust-lang/rust.vim' " Rust syntax and indentation
|
Plug 'rust-lang/rust.vim' " Rust syntax and indentation
|
||||||
|
|
||||||
Plug 'folke/tokyonight.nvim'
|
Plug 'folke/tokyonight.nvim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
colorscheme tokyonight-night
|
colorscheme tokyonight-moon
|
||||||
|
|
||||||
let g:coc_global_extensions = [
|
let g:coc_global_extensions = [
|
||||||
\ 'coc-snippets',
|
\ 'coc-snippets',
|
||||||
\ 'coc-jedi',
|
|
||||||
\ 'coc-clangd',
|
\ 'coc-clangd',
|
||||||
\ 'coc-rls',
|
\ 'coc-rls',
|
||||||
\]
|
\]
|
||||||
|
|
||||||
"let g:jedi#completions_enabled = 1
|
|
||||||
|
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
set updatetime=300
|
set updatetime=300
|
||||||
set winwidth=84
|
set winwidth=84
|
||||||
|
|||||||
Reference in New Issue
Block a user