Skip to content

fsncps/fsnvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An attempt at a fresh nvim setup for writers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published