-
Notifications
You must be signed in to change notification settings - Fork 802
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Pete's Neovim Config | ||
|
||
I've spent way too much time tuning and tweaking my Neovim setup, and this is | ||
the result. | ||
|
||
I keep the UI much more minimal than a normal IDE. I'm easily distracted, so I | ||
want my code front-and-centre with not too much other information. | ||
|
||
But I also like modern tools for navigating and editing code, like languagge | ||
servers and treesitter. | ||
|
||
Highlights of this config are: | ||
|
||
- Plugin management with lazy.nvim | ||
- Completion with blink.cmp | ||
- Syntax highlighting with nvim-treesitter | ||
- File explorer with oil.nvim | ||
- Fuzzy finding of all sorts of things with Telescope | ||
- Language server support with nvim-lspconfig | ||
- Auto-formatting with none-ls | ||
- Automatic installation of language servers and formatters with mason.nvim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters