Skip to content

Commit

Permalink
Switch back to Fira Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Aug 23, 2021
1 parent 9eafd3b commit 344b3e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ call firenvim#install(0) " To enable embedding in browsers via firenvim
**Arch Linux**

```bash
paru -S ripgrep nerd-fonts-cascadia-code xkb-switch lua-language-server clang cmake-language-server stylua-git github-cli
paru -S ripgrep nerd-fonts-fira-code xkb-switch lua-language-server clang cmake-language-server stylua-git github-cli
```

**Windows**

```bash
scoop bucket add nerd-fonts
scoop bucket add extras
sudo scoop install -g ripgrep llvm CascadiaCode-NF-Mono windows-terminal gh python pwsh
sudo scoop install -g ripgrep llvm FiraCode-NF windows-terminal gh python pwsh
pip install cmake-language-server
```

Expand Down
2 changes: 1 addition & 1 deletion ginit.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inoremap <RightMouse> <Cmd>call GuiShowContextMenu()<CR>
vnoremap <RightMouse> <Cmd>call GuiShowContextMenu()<CR>gv
if has('win32')
GuiFont! CaskaydiaCove\ NF
GuiFont! FiraCode\ NF:w57
endif
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end

-- Fonts on Windows set in ginit to avoid metrics error in Neovim Qt
if vim.fn.has('win32') == 0 then
vim.o.guifont = 'CaskaydiaCove Nerd Font Mono'
vim.o.guifont = 'FiraCode Nerd Font Mono'
end

-- Set background depending on time
Expand Down

0 comments on commit 344b3e6

Please sign in to comment.