1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Ryan Kes
62e6cdf4fa Added space 2020-06-14 19:59:47 +02:00
Ryan Kes
ec5e97643e Removed unused haskell settings 2020-06-14 19:59:27 +02:00
Ryan Kes
ef6b02b892 Cleaned up file 2020-06-14 19:59:12 +02:00
3 changed files with 2 additions and 5 deletions

View File

@ -173,6 +173,7 @@ A repository of my personal configuration files.
*** UI
- [[https://github.com/morhetz/gruvbox][morhetz/gruvbox]]
- [[https://github.com/ryanoasis/vim-devicons][ryanoasis/vim-devicons]]
* NPM
** Packages
- [[https://github.com/GoogleChrome/lighthouse][lighthouse]]

View File

@ -159,10 +159,6 @@
set termguicolors
" }
" haskell {
autocmd BufWrite *.hs :%!stylish-haskell
" }
" coc {
vmap <leader>f <Plug>(coc-format-selected)
nmap <leader>f <Plug>(coc-format-selected)