Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.35 KB

File metadata and controls

40 lines (25 loc) · 1.35 KB

fsnvim

Introduction

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.

Installation

Install Neovim

Download and install the stable or latest version of Neovim.

Install External Dependencies

External Requirements:

  • Basic utilities: git, make, unzip, C Compiler (gcc)
  • ripgrep
  • Clipboard tool (xclip/xsel/win32yank or other depending on platform)
  • A Nerd Font: optional, provides various icons
    • If you have it, set vim.g.have_nerd_font = true in init.lua
  • Language Setup

Install fsnvim

Clone to $XDG_CONFIG_HOME/nvim

git clone https://github.com/fsncps/fsnvim "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim

Or fork it first.