Skip to content

Commit

Permalink
Fix font settings on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed May 18, 2022
1 parent 7f41a7c commit 658121e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ paru -S fzf ripgrep nerd-fonts-fira-code lua-language-server clang cmake-languag
```bash
scoop bucket add nerd-fonts
scoop bucket add extras
sudo scoop install -g fzf ripgrep llvm FiraCode-NF windows-terminal python pwsh
sudo scoop install -g fzf ripgrep llvm FiraCode-NF-Mono windows-terminal python pwsh
pip install cmake-language-server python-lsp-server
```
2 changes: 1 addition & 1 deletion ginit.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ GuiTabline 0
GuiScrollBar 1

if has('win32')
GuiFont! FiraMono\ NF:w57
GuiFont! FiraCode\ NF
endif

0 comments on commit 658121e

Please sign in to comment.