Skip to content

Commit

Permalink
Update README, change ejs highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylee11 committed Oct 7, 2022
1 parent 03e64d4 commit 38e9ab1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ Neovim config
ln -s /home/<user>/.local/share/nvim/plugged plugged
```

Link Python Modules (specifically needing pynvim)

```
cd /root/.local
ln -s /home/<user>/.local/lib lib
```

- How to fix coc-rainbow-fart not playing audio ?<br />
<br />
In ~/.config/coc/extensions/coc-rainbow-fart-data<br />
Expand Down
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ let g:user_emmet_leader_key='<C-Z>'
" Force saving files that require root permission
cnoremap w!! w !sudo tee > /dev/null %
" Auto Syntax Highlight .html file
"autocmd BufNewFile,BufRead *.ejs,html set filetype=html
autocmd BufNewFile,BufRead *.html set filetype=html
autocmd BufNewFile,BufRead *.ejs,html set filetype=html
"autocmd BufNewFile,BufRead *.html set filetype=html
" Ag Searching Tool
let g:ackprg = 'ag --nogroup --nocolor --column'
"nnoremap <c-p> :Files<CR>
Expand Down

0 comments on commit 38e9ab1

Please sign in to comment.