From 8b0a28195b3a123ff41509d841cc6c2c40b2de6e Mon Sep 17 00:00:00 2001 From: Dikson Santos Date: Tue, 21 Jun 2022 18:20:05 -0300 Subject: [PATCH] fix: typo on readme [asethetic] -> [aesthetic] --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 4285aa8..7ed5c7c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -41,7 +41,7 @@ ## What is it? -- NvChad is a neovim config written in lua aiming to provide a base configuration with very beautiful UI and blazing fast startuptime (around 0.02 secs ~ 0.07 secs). We tweak UI plugins such as telescope, nvim-tree, bufferline etc well to provide an asethetic UI experience. +- NvChad is a neovim config written in lua aiming to provide a base configuration with very beautiful UI and blazing fast startuptime (around 0.02 secs ~ 0.07 secs). We tweak UI plugins such as telescope, nvim-tree, bufferline etc well to provide an aesthetic UI experience. - Lazy loading is done 93% of the time meaning that plugins will not be loaded by default, they will be loaded only when required also at specific commands, events etc. This lowers the startuptime and it was like 0.07~ secs tested on an old pentium machine 1.4ghz + 4gb ram & HDD.