All Projects → Olical → magic-kit

Olical / magic-kit

Licence: Unlicense license
A starter kit for Conjure, Aniseed and Neovim

Programming Languages

Fennel
19 projects
lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to magic-kit

nvim.conf
datwaft's neovim configuration using Fennel
Stars: ✭ 65 (-24.42%)
Mutual labels:  fennel
nvim-tetris
Bringing emacs' greatest feature to neovim - Tetris!
Stars: ✭ 114 (+32.56%)
Mutual labels:  fennel
paperplanes.nvim
Neovim ✈️ Pastebins
Stars: ✭ 50 (-41.86%)
Mutual labels:  fennel
nvim-parinfer
parinfer for Neovim
Stars: ✭ 69 (-19.77%)
Mutual labels:  fennel
plotty
matplotlib-cpp with Eigen interfaces.
Stars: ✭ 39 (-54.65%)
Mutual labels:  fennel
hotpot.nvim
🍲 Carl Weathers #1 Neovim Plugin.
Stars: ✭ 183 (+112.79%)
Mutual labels:  fennel
dots
The dotfiles for my linux system •••
Stars: ✭ 42 (-51.16%)
Mutual labels:  fennel
doctor.nvim
Emacs greatest feature, now also in neovim!
Stars: ✭ 27 (-68.6%)
Mutual labels:  fennel
nvim-fennel-lsp-conjure-as-clojure-ide
Basic config to transform your NVIM in a powerful Clojure IDE using fennel, clojure-lsp and conjure.
Stars: ✭ 144 (+67.44%)
Mutual labels:  fennel

Magic Kit

Neovim starter kit for working with Conjure and Aniseed, contains everything you need to get started. The goal is for you to take this and modify it to fit your needs, it is not a distribution I’ll constantly tweak, it’s a starting point you should change as you see fit.

Requirements

  • git (for cloning the project and managing plugins)

  • Neovim 0.5+ (this is unreleased at the time of writing, you’ll have to find a nightly build or compile it yourself)

Installation

# Clone the project into your Neovim configuration directory.
# Make sure you don't have anything here already! Back it up if so!
git clone [email protected]:Olical/magic-kit.git ~/.config/nvim

# Perform the initial sync which will fetch all of the plugins.
# Run then whenever you change the plugin configuration.
~/.config/nvim/script/sync.sh

Once done, have a look at ~/.config/nvim/init.lua to learn about the bootstrap process then ~/.config/nvim/fnl/magic/init.fnl for the real beginning of your Fennel based configuration. Good luck! Have fun!

Mappings

If you press a key and then wait, which-key will pop up with suggestions of what you can press next. Here’s a few key mappings defined in the configuration to get you started.

  • <space> is the leader key (<leader>)

  • , is the local leader key (<localleader>)

  • <leader>f…​ finds things with telescope

    • Try <leader>ff to find files and <leader>fb to find buffers, there’s a bunch of mappings so you’ll have to experiment and rely on which-key

  • <leader>ut opens undotree

Unlicenced

You can change this in your own repository, I don’t care! Do what you want with this repository, attribution is appreciated but not required.

Find the full unlicense in the UNLICENSE file, but here’s a snippet.

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].