master
Simon Kellet 2 years ago
parent c38f8b5633
commit 8212d1f5e2
  1. 2
      .bashrc
  2. 1
      i3/config
  3. 2
      nvim/init.vim
  4. 5
      nvim/spell/en.utf-8.add
  5. BIN
      nvim/spell/en.utf-8.add.spl

@ -14,6 +14,8 @@ set -o vi
bind -m vi-command 'Control-l: clear-screen'
bind -m vi-insert 'Control-l: clear-screen'
#ufetch
bash ~/Git/fetch.sh/fetch.sh
#(cat $HOME/.config/wpg/sequences &)
function lazygit() {
git add .

@ -101,6 +101,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
# Binds for swapping between single laptop screen to 2 with an ultrawide
bindsym $mod+KP_End exec --no-startup-id bash ~/.scripts/laptop
bindsym $mod+KP_Down exec --no-startup-id bash ~/.scripts/ultrawide
bindsym $mod+KP_Next exec --no-startup-id bash ~/.scripts/tf2
# Use Mouse+$mod to drag floating windows to their wanted position

@ -130,6 +130,8 @@ let g:deoplete#enable_at_startup = 1
autocmd InsertLeave,CompleteDone * if pumvisible() == 0 | pclose | endif
let g:jedi#completions_enabled = 0
let g:jedi#use_splits_not_buffers = "right"
g:deoplete#sources#jedi#python_path = 'python3'
let g:python3_host_prog = '/usr/bin/python3'
" Limeligt Binds
nnoremap <Leader>l :Limelight!!<CR>

@ -60,3 +60,8 @@ loadpantomime
PlayID
AgentID
WAMP
i
GDPR
ProjID
DevID
DevProj

Binary file not shown.
Loading…
Cancel
Save