diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2023-10-28 08:57:35 +0000 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2023-10-28 08:57:35 +0000 |
commit | 920caab3de6ca983a76dc277950158a2d9315210 (patch) | |
tree | 26256cdb8faba80bf94517a7daf3c6d6eec3d49a | |
parent | 42281b986481e6d17ca64e6f7a31c6d99459d68b (diff) |
removed old things
-rw-r--r-- | .config/nvim/coc-settings.json | 13 | ||||
-rw-r--r-- | .config/nvim/init.vim | 86 | ||||
-rw-r--r-- | .pacman_explicit_packages | 187 |
3 files changed, 0 insertions, 286 deletions
diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json deleted file mode 100644 index e2621cd..0000000 --- a/.config/nvim/coc-settings.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "languageserver" : { - "haskell": { - "command": "haskell-language-server-wrapper", - "args": ["--lsp"], - "rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"], - "filetypes": ["hs", "haskell", "lhaskell"], - "settings": { - - } - } - } -} diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim deleted file mode 100644 index 117b258..0000000 --- a/.config/nvim/init.vim +++ /dev/null @@ -1,86 +0,0 @@ -:set number -:set autoindent -:set tabstop=8 -:set shiftwidth=4 "this sets tabulation width! -:set smarttab -:set nowrap - -let g:python3_host_prog = '~/.config/nvim/python3/bin/python' -" let g:python_host_prog = '/usr/bin/python' - -call plug#begin() - -Plug 'https://github.com/vim-airline/vim-airline' " status bar -Plug 'https://github.com/preservim/nerdtree' " file manager -Plug 'https://github.com/tpope/vim-surround' " cs\"' (cnahge surroundings) -Plug 'https://github.com/tpope/vim-commentary' " comment and uncomment -Plug 'https://github.com/rafi/awesome-vim-colorschemes' " themes, basically -Plug 'https://github.com/ryanoasis/vim-devicons' " icons for some plugins????? -Plug 'https://github.com/terryma/vim-multiple-cursors' " this is gonna be tough to learn... -" Plug 'ycm-core/YouCompleteMe' " autocompletion (REQUIRES PYTHON3 VENV) -Plug 'neoclide/coc.nvim', {'branch': 'release'} " Language-server -call plug#end() - -set nobackup -set nowritebackup -set updatetime=420 - -cmap w!! w !sudo tee % > /dev/null - -nnoremap <C-f> :NERDTreeFocus<CR> -inoremap <silent><expr> <TAB> - \ coc#pum#visible() ? coc#pum#next(1) : - \ CheckBackspace() ? "\<Tab>" : - \ coc#refresh() -inoremap <expr><S-Tab> coc#pum#visible() ? coc#pum#confirm() - \: "<C-g>u<CR>\<c-r>=coc#on_enter()\<CR>" - -function! CheckBackspace() abort - let col = col('.') - 1 - return !col || getline('.')[col - 1] =~# '\s' -endfunction - -inoremap <silent><expr> <c-space> coc#refresh() -nmap <silent> [g <Plug>(coc-diagnostic-prev) -nmap <silent> ]g <Plug>(coc-diagnostic-next) - -nmap <silent> gd <Plug>(coc-definition) -nmap <silent> gy <Plug>(coc-type-definition) -nmap <silent> gi <Plug>(coc-implementation) -nmap <silent> gr <Plug>(coc-references) - -nnoremap <silent> K :call ShowDocumentation()<CR> - -function! ShowDocumentation() - if CocAction('hasProvider', 'hover') - call CocActionAsync('doHover') - else - call feedkeys('K', 'in') - endif -endfunction - -autocmd CursorHold * silent call CocActionAsync('highlight') -nmap <leader>rn <Plug>(coc-rename) - -set statusline^=%{coc#status()}%{get(b:,'coc_current_function','')} - -" Mappings for CoCList -" Show all diagnostics -nnoremap <silent><nowait> <space>a :<C-u>CocList diagnostics<cr> -" Manage extensions -nnoremap <silent><nowait> <space>e :<C-u>CocList extensions<cr> -" Show commands -nnoremap <silent><nowait> <space>c :<C-u>CocList commands<cr> -" Find symbol of current document -nnoremap <silent><nowait> <space>o :<C-u>CocList outline<cr> -" Search workspace symbols -nnoremap <silent><nowait> <space>s :<C-u>CocList -I symbols<cr> -" Do default action for next item -nnoremap <silent><nowait> <space>j :<C-u>CocNext<CR> -" Do default action for previous item -nnoremap <silent><nowait> <space>k :<C-u>CocPrev<CR> -" Resume latest coc list -nnoremap <silent><nowait> <space>p :<C-u>CocListResume<CR> - -:colo evening - diff --git a/.pacman_explicit_packages b/.pacman_explicit_packages deleted file mode 100644 index e8c3434..0000000 --- a/.pacman_explicit_packages +++ /dev/null @@ -1,187 +0,0 @@ -2048.zig 0.2.0-1 -aalib 1.4rc5-17 -alsa-plugins 1:1.2.7.1-2 -alsa-utils 1.2.10-1 -arandr 0.1.11-2 -autotrace-git 0.31.9.r21.g67102f1-1 -base 3-1 -base-devel 1-1 -bastet 0.43.2-6 -bless 0.6.3-1 -bluez 5.69-1 -bluez-utils 5.69-1 -cabal-install 3.4.1.0-130 -clang 16.0.6-1 -cmake 3.27.6-1 -code 1.82.2-2 -conky 1.18.1-2 -coreshot 4.5.0-1 -cowsay 3.04-4 -cppreference 20190607-1 -cppreference-qt 20230810-1 -discord 0.0.30-1 -dmenu 5.2-1 -doublecmd-qt5 1.0.11-3 -efibootmgr 18-2 -feh 3.10-1 -figlet 2.2.5-5 -fm-git v0.16.0.r2.ge9b57a5-1 -freeoffice 1064-1 -gcc 13.2.1-3 -gdb 13.2-1 -ghc 9.0.2-3 -ghc-static 9.0.2-3 -ghcup-hs-bin 0.1.19.4-1 -gimp 2.10.34-3 -git 2.42.0-1 -github-cli 2.35.0-1 -gitui 0.24.3-1 -gnome-screenshot 41.0+r25+g45f08f0-1 -gnugo 3.8-7 -grub 2:2.12rc1-1 -hyx 2021.06.09-1 -i2c-tools 4.3-4 -i3-wm 4.22-4 -i3blocks 1.5-3 -i3lock 2.14.1-1 -i3status 2.14-1 -intel-ucode 20230808-1 -lightdm 1:1.32.0-4 -lightdm-gtk-greeter 1:2.0.8-3 -linux 6.5.4.arch2-1 -linux-firmware 20230804.7be2766d-2 -llvm 16.0.6-1 -lolcat-rs 1.4.1-2 -ltrace 0.7.3-4 -luarocks 3.9.2-1 -lynx 2.8.9-7 -man-db 2.11.2-1 -microsoft-edge-dev-bin 118.0.2060.1-1 -mpv 1:0.36.0-1 -nano 7.2-1 -nasm 2.16.01-1 -neofetch 7.1.0-2 -neovim 0.9.2-1 -networkmanager 1.44.0-1 -ninja 1.11.1-3 -notepadqq 2.0.0beta-1 -noto-fonts-cjk 20230817-1 -nsnake 3.0.1-2 -nudoku 2.1.0-3 -numlockx 1.2-5 -openrgb 0.9-1 -openvpn 2.6.6-1 -openvpn3 20-1 -p7zip 1:17.05-1 -pavucontrol 1:5.0+r64+geba9ca6-1 -perl-anyevent-i3 0.17-9 -perl-json-xs 4.03-4 -picom 10.2-1 -postgresql 15.4-2 -psiphon-console-client 2.0.29-1 -psiphon-server 2.0.29-1 -python-pip 23.2.1-1 -python-pipx 1.2.0-1 -qca-qt6 2.3.7-1 -qgpgme-qt6 1.22.0-1 -qt5-base 5.15.10+kde+r158-1 -qt6-3d 6.5.2-1 -qt6-5compat 6.5.2-1 -qt6-base 6.5.2-1 -qt6-charts 6.5.2-1 -qt6-connectivity 6.5.2-1 -qt6-datavis3d 6.5.2-1 -qt6-doc 6.5.2-1 -qt6-examples 6.5.2-1 -qt6-grpc 6.5.2-4 -qt6-httpserver 6.5.2-1 -qt6-languageserver 6.5.2-1 -qt6-location 6.5.2-1 -qt6-lottie 6.5.2-1 -qt6-multimedia 6.5.2-1 -qt6-multimedia-ffmpeg 6.5.2-1 -qt6-multimedia-gstreamer 6.5.2-1 -qt6-networkauth 6.5.2-1 -qt6-positioning 6.5.2-1 -qt6-quick3d 6.5.2-1 -qt6-quick3dphysics 6.5.2-1 -qt6-quickeffectmaker 6.5.2-1 -qt6-quicktimeline 6.5.2-1 -qt6-remoteobjects 6.5.2-1 -qt6-scxml 6.5.2-1 -qt6-sensors 6.5.2-1 -qt6-serialbus 6.5.2-1 -qt6-serialport 6.5.2-1 -qt6-shadertools 6.5.2-1 -qt6-speech 6.5.2-1 -qt6-tools 6.5.2-2 -qt6-virtualkeyboard 6.5.2-1 -qt6-webchannel 6.5.2-1 -qt6-webengine 6.5.2-3 -qt6-websockets 6.5.2-1 -qt6-webview 6.5.2-1 -qt6ct 0.8-6 -qtkeychain-qt6 0.14.1-1 -ranger 1.9.3-9 -rar 6.23.0-1 -rofi 1.7.5-2 -rofi-emoji 3.2.0-1 -rofi-power-menu 3.0.1-1 -rustup 1.26.0-3 -rxvt-unicode 9.31-4 -sakura 3.8.7-1 -sl 5.05-4 -steam 1.0.0.78-2 -sudo 1.9.14.p3-1 -telegram-desktop 4.9.9-2 -tree 2.1.1-1 -unzip 6.0-19 -urxvt-perls 2.3-2 -vi 1:070224-6 -vim 9.0.1882-1 -vim-plug 0.11.0-1 -virtualbox-guest-utils 7.0.10-2 -vlc 3.0.18-16 -wine 8.16-1 -xorg-bdftopcf 1.1.1-1 -xorg-iceauth 1.0.9-1 -xorg-mkfontscale 1.2.2-1 -xorg-server 21.1.8-2 -xorg-sessreg 1.1.3-1 -xorg-setxkbmap 1.3.4-1 -xorg-smproxy 1.0.7-1 -xorg-x11perf 1.6.2-1 -xorg-xauth 1.1.2-1 -xorg-xbacklight 1.2.3-3 -xorg-xcmsdb 1.0.6-1 -xorg-xcursorgen 1.0.8-1 -xorg-xdpyinfo 1.3.4-1 -xorg-xdriinfo 1.0.7-1 -xorg-xev 1.2.5-1 -xorg-xgamma 1.0.7-1 -xorg-xhost 1.0.9-1 -xorg-xinit 1.4.2-1 -xorg-xinput 1.6.4-1 -xorg-xkbcomp 1.4.6-1 -xorg-xkbevd 1.1.5-1 -xorg-xkbprint 1.0.6-1 -xorg-xkbutils 1.0.5-1 -xorg-xkill 1.0.6-1 -xorg-xlsatoms 1.1.4-1 -xorg-xlsclients 1.1.5-1 -xorg-xmodmap 1.0.11-1 -xorg-xpr 1.1.0-1 -xorg-xrandr 1.5.2-1 -xorg-xrdb 1.2.2-1 -xorg-xrefresh 1.0.7-1 -xorg-xsetroot 1.1.3-1 -xorg-xvinfo 1.1.5-1 -xorg-xwd 1.0.9-1 -xorg-xwininfo 1.1.6-1 -xorg-xwud 1.0.6-1 -xterm 384-1 -xxkb 1.11.1-3 -yay 12.1.2-1 -you-get 0.4.1650-2 -zip 3.0-10 -zsh 5.9-4 |