nvim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f472b6cf3608d40e4ef7bd97d3b5cff9c9c51fdd
parent 4b84bea032df5fe0e34b408cd6bc2a7dcf1cfbf4
Author: Andrew <andrewlaack1@gmail.com>
Date:   Sun,  7 Apr 2024 15:32:35 -0500

Updated fonts

Diffstat:
MREADME.md | 7+++++++
Mlua/core/plugins.lua | 1-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -5,3 +5,10 @@ Just some basic configuration information. ## Install To install you should just need to clone the repo to ~/.config/nvim. You might also need to install packer using a git command but that is not too bad. Beyond that you will need to run PackerInstall and PackerSync to get all the plugins set up properly. The final thing to do would be to install the language servers you need using MasonInstall as this is done on a case by case basis. + + +## Fonts + +To set up fonts, you need to install set the correct font and assign it to the terminal. I am using lxterminal right now with a cattpuccin theme. I downloaded and extracted the jetbrains mono font from nerd fonts so it has icons built in. I then moved it to /usr/local/share/fonts/jetbrains (best practice to make folder for each installed font) and then ran a command to re-sync the installed fonts. From here I right clicked the terminal and set the terminal font correctly. I was running into an issue earlier where icons would not load so I installed the nerd font instead of the official jetbrains one. + +I prefer the extralight font with a font size of 15. diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua @@ -41,7 +41,6 @@ use { "ibhagwan/fzf-lua", use = { "junegunn/fzf", run = "./install --bin" } - if packer_bootstrap then require('packer').sync() end