nvim: Update config
This commit is contained in:
parent
ff257ab0ff
commit
14e419ae59
@ -9,7 +9,7 @@ endif
|
||||
|
||||
let g:vimtex_compiler_progname = "nvr"
|
||||
let g:vimtex_view_method = 'zathura'
|
||||
let g:vimtex_latexmk_options = '-pdf -bibtex -pdflatex="xelatex -synctex=1 \%S \%O" -verbose -file-line-error -interaction=nonstopmode'
|
||||
" let g:vimtex_latexmk_options = '-pdf -bibtex -pdflatex="xelatex -synctex=1 \%S \%O" -verbose -file-line-error -interaction=nonstopmode'
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
|
||||
set mouse=a
|
||||
@ -23,7 +23,6 @@ call plug#begin($VIMHOME.'/plugged')
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'rafi/awesome-vim-colorschemes'
|
||||
Plug 'lervag/vimtex'
|
||||
Plug 'ctrlpvim/ctrlp.vim'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'tpope/vim-commentary'
|
||||
@ -32,6 +31,8 @@ call plug#begin($VIMHOME.'/plugged')
|
||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
Plug 'gootorov/q-sharp.vim'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'simnalamburt/vim-mundo'
|
||||
Plug 'autozimu/LanguageClient-neovim', {
|
||||
\ 'branch': 'next',
|
||||
\ 'do': 'bash install.sh',
|
||||
@ -48,10 +49,11 @@ let g:deoplete#disable_auto_complete = 1
|
||||
|
||||
let g:LanguageClient_serverCommands = {
|
||||
\ 'python': ['/home/kadet/.config/nvim/venv/env/bin/pyls'],
|
||||
\ 'c': ['clangd'],
|
||||
\ }
|
||||
|
||||
call deoplete#custom#var('omni', 'input_patterns', {
|
||||
\ 'tex': g:vimtex#re#deoplete
|
||||
\ 'tex': g:vimtex#re#deoplete
|
||||
\})
|
||||
|
||||
set colorcolumn=80,120
|
||||
@ -103,6 +105,11 @@ if has("multi_byte")
|
||||
" set fileencodings=ucs-bom,utf-8,latin1
|
||||
endif
|
||||
|
||||
" undo
|
||||
set undofile
|
||||
set undodir=$VIMHOME/undo
|
||||
set undolevels=1000
|
||||
|
||||
" i like to have ctrl-x menu
|
||||
set shortmess-=c
|
||||
|
||||
@ -203,7 +210,7 @@ inoremap <silent><expr> <C-Space>
|
||||
return !col || getline('.')[col - 1] =~ '\s'
|
||||
endfunction"}}}
|
||||
|
||||
nmap \\ :CtrlP<CR>
|
||||
nmap \\ :Files<CR>
|
||||
|
||||
" local settings
|
||||
if filereadable("~/.local.vimrc")
|
||||
|
@ -23,3 +23,41 @@ parametryzowalność
|
||||
parametryzowalnych
|
||||
parametryzacji
|
||||
Parametryzacja
|
||||
podgraf
|
||||
ustrukturyzowane
|
||||
ustrukturyzowanych
|
||||
nieustrukturyzowane
|
||||
podgrafem
|
||||
podgrafami
|
||||
podgrafów
|
||||
Konceptualnie
|
||||
podgrafy
|
||||
ustandaryzowanym
|
||||
konceptualnie
|
||||
implementacyjnie
|
||||
implementacyjnym
|
||||
zasobochłonności
|
||||
ustandaryzowany
|
||||
komentowalne
|
||||
etykietowalne
|
||||
przetwarzalne
|
||||
niekomercyjność
|
||||
bezstanowość
|
||||
uruchomieniowego
|
||||
uruchomieniowe
|
||||
konkluzywny
|
||||
percentyl
|
||||
percentyla
|
||||
#ediwresum
|
||||
#ediwresum
|
||||
fediwersum
|
||||
Mastodon
|
||||
usłogodawca
|
||||
przetwarzalnej
|
||||
inicjalizacji
|
||||
kolejkowania
|
||||
inicjalizację
|
||||
inicjalizacją
|
||||
uruchomieniowych
|
||||
wirtualizacji
|
||||
zwirtualizowanego
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user