Skip to content

Guh314/nvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This a personal config, that I'm 100% sure will get big enough to weight as much as any distribution without meeting half of their functionalities.

It doesn't have a installation script.

For now it works if you have every dependency installed, the issue being there are one too many. Such as 3 C/C++ compilers.

TODO: Maybe find a name for this...

Images

  • TODO: Add images.

Installation

Windows only

In case of a windows system, first insatall Chocolatey or Scoop, then use it to install the following in admin mode.

ripgrep

Fast regex search utility that will be used by Telescope to search file names and content.

It can be installed on Windows in Powershell using Chocolatey by entering the following:

choco install ripgrep

Mingw

Way to get gcc and other gnu c utilities on windows.

It can be installed on Windows in Powershell using Chocolatey by entering the following:

choco install mingw

Optional

fd

Fast file search utility, speed file name search if propperly configured and used.

Windows Installation

It can be installed on Windows in Powershell using Chocolatey by entering the following:

choco install fd

Linux Installation

Can be installed through most package managers.

If not available consult the creator's github.

General Dependencies

  • Lua.

  • Neovim.

  • Nodejs.

  • gcc.

  • zig.

  • Lazygit.

  • Other C libraries as the error messages appear.

  • TODO: Reduce the ammount of C compiler's dependencies.

References

Plugins

General

Status Line

File Search and Organization

Syntax Highlight

LSP

Code Completion

GIT

Terminal

Note Taking

Colorschemes/Themes

Misc

Missing / Broken Stuff.

Plugins

TreeSitter

Parsing breaks when handling a big php file with html tags and php and javascript code.

Telescope

clangd error when trying to install telescope-fzf-native.nvim

Markview.nvim

Marview.nvim not propperly displaying colors in normal mode using tokyonight-day in first load, switching colors and back fixes it. It may or may not be random.

LSP

Elm formatter creates a frame that doesn't close when a file is written with a semantically incorrect syntax.

About

Neovim Configurations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages