Read-only mirror of nvim-config

Alexander Rosenberg 8e47d8bb63 Update lsp.fnl 10 ماه پیش
fnl 8e47d8bb63 Update lsp.fnl 10 ماه پیش
.gitignore ffb8097174 Ignore spell/ 2 سال پیش
LICENSE ed70bfe63c Initial commit 2 سال پیش
README.md f34bd92e8f Add README.md 2 سال پیش
init.fnl dbaba9e0f8 Make .m files ObjC files 1 سال پیش
init.lua 0991e5eacb Simplify plugin list 2 سال پیش

README.md

Neovim Config

This is my personal Neovim configuration. I use neovim as my daily driver text editor and for all my code editing. Becaue of this, I have a lot of features traditionally found in an IDE installed through plugins.

Requirements

Git is required to install and update plugins. For more information, see packer.nvim's project page.

Because this config is written in Fennel (a Lisp dialect that compiles to Lua), you need that installed as well.

Use

To use this config, clone this repo into your ~/.config/nvim folder. The first time you launch it, packer.nvim and tangerine.nvim will be bootstrapped. All the other plugins will then be auto downloaded.

Rationale

The init.lua file should include only the code nessesary to bootstrap packer and tangerine. Other than that, all code should go in init.fnl and the fnl/ directory.