This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | public class DashPlayerCommand : PlayerCommand<DashPlayerState> { } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | NVIM v0.4.3 | |
| OmniSharp server started. | |
| Path: /home/mrvizious/.cache/omnisharp-vim/omnisharp-roslyn/run | |
| Target: /home/mrvizious/Data/Unity/Projects/Vim-Test/Vim-Test.sln | |
| PID: 187694 | |
| [info]: OmniSharp.Stdio.Host | |
| Starting OmniSharp on manjaro 0.0 (x64) | |
| [info]: OmniSharp.Services.DotNetCliService | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ## Output channel: coc-omnisharp | |
| coc-omnisharp activated. | |
| workspace root=/home/mrvizious | |
| ## Output channel: cs | |
| initialized... | |
| [Error - 1:27:17 AM] The project system 'OmniSharp.Cake.CakeProjectSystem' threw exception during initialization. - System.UnauthorizedAccessException: Access to the path '/home/mrvizious/.cache/yay/nvidia-vulkan/pkg' is denied. ---> System.IO.IOException: Permission denied | |
| --- End of inner exception stack trace --- | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | source $HOME/.config/nvim/vim-plug/plugins.vim | |
| set number | |
| set relativenumber | |
| set cursorline | |
| set ignorecase | |
| set smartcase | |
| set clipboard=unnamedplus | |
| set scrolloff=999 | |
| set nowrap | |
| set noswapfile | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | bind "TAB:menu-complete" | |
| bind "set show-all-if-ambiguous on" | |
| bind '"\e[Z": menu-complete-backward' | |
| bind "set completion-ignore-case on" | |
| bind "set colored-stats on" | |
| export EDITOR=vim | |
| alias l='ls -la --color=auto' | |
| alias start='tmux a -t base || tmux new -s base' |