A Vim starting point for writers and other non-developer tech enthusiasts.
WORK IN PROGRESS! unfinished and subject to change
Another neovim starting point. I want smooth navigation and a focus on writing, not only coding. The cokeline has both tabs and buffers, and buffers have an association with a tab for ease or organization, toggle with <Leader>bt.
Focus on LateX: visual lines depending on doc type.
Clio idea palace to be implemented.
NOT a Neovim distribution, but instead a starting point for your configuration.
Download and install the stable or latest version of Neovim.
External Requirements:
- Basic utilities:
git,make,unzip, C Compiler (gcc) - ripgrep
- Clipboard tool (
xclip/xsel/win32yankor other depending on platform) - A Nerd Font: optional, provides various icons
- If you have it, set
vim.g.have_nerd_font = trueininit.lua
- If you have it, set
- Language Setup
Clone to $XDG_CONFIG_HOME/nvim
git clone https://github.com/fsncps/fsnvim "${XDG_CONFIG_HOME:-$HOME/.config}"/nvimOr fork it first.