Skip to content

Personal-Projects-236/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What My Neovim setup can do so far?

Note Taking

  • Using checkboxes to create todo lists
  • Search daily notes using Telescope
  • Create Templates for notes and daily tasks

Git Integration

  • I use lazygit for Integration with github
  • I have also colour coded the different branches
  • Uses Nerd fonts for the symbols
  • When coding it places a line for what has changed in the file

Todo Comments

  • Using the plugin called todo-comments.nvim
  • This plugin gives an individual symbol for every different todo comment
>


My configuration file for Lazygit

A simple discription

  • There should be a file called config.yml
  • Path to file: ~/.config/lazygit/config.yml

place the following in your config.yml file

gui: showIcons: true branchColors: 'docs': '#11aaff' 'develop': '#d6642b' 'feat': '#38ebd6' 'feature': '#38ebd6' 'endpoint': '#f22235' mainBranches: ['main']

Installation Instructions

How I installed Neovim to my system

sudo snap install nvim --classic

ripgrep is used to search the current directory when using Telescope

Packages that need to be installed for certain plugins: - Ripgrep: $ sudo apt-get install ripgrep This is for using Telescope

When you are wanting to load a live server for HTML documents?

Install browser-sync with npm

$ npm install -g browser-sync


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages