Skip to content

Commit

Permalink
Merge pull request theniceboy#65 from antx-code/master
Browse files Browse the repository at this point in the history
  • Loading branch information
theniceboy authored Mar 24, 2022
2 parents a71ea16 + 379e0fc commit b426e1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if empty(glob('~/.config/nvim/_machine_specific.vim'))
let has_machine_specific_file = 0
silent! exec "!cp ~/.config/nvim/default_configs/_machine_specific_default.vim ~/.config/nvim/_machine_specific.vim"
endif
source $XDG_CONFIG_HOME/nvim/_machine_specific.vim
source $HOME/.config/nvim/_machine_specific.vim


" ====================
Expand Down Expand Up @@ -203,10 +203,10 @@ noremap <C-E> 5<C-e>


source $XDG_CONFIG_HOME/nvim/cursor.vim
source $HOME/.config/nvim/cursor.vim

"If you use Qwerty keyboard, uncomment the next line.
"source $XDG_CONFIG_HOME/nvim/cursor_for_qwerty.vim
"source $HOME/nvim/cursor_for_qwerty.vim

" ===
" === Insert Mode Cursor Movement
Expand Down Expand Up @@ -291,7 +291,7 @@ noremap tmi :+tabmove<CR>
" === Markdown Settings
" ===
" Snippets
source $XDG_CONFIG_HOME/nvim/md-snippets.vim
source $HOME/.config/nvim/md-snippets.vim
" auto spell
autocmd BufRead,BufNewFile *.md setlocal spell

Expand Down

0 comments on commit b426e1b

Please sign in to comment.