Skip to content

YmmitZtrol/Forest.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌲 Forest.nvim

Forest.nvim is a fork of kyoto.nvim: A Fast ⚡, functional and beautiful Neovim configuration.

Credits

All credits go to samrath2007 for creating this awesome configuration. I simply modified it to suit my needs and prove that it is indeed easily customizable

Original Repository: https://github.com/samrath2007/kyoto.nvim

Installation

Clone this repository to:

  • Linux - /home/"User Name"/.config/nvim
  • Windows - .../AppData/Local/nvim/

Start Nvim and press enter to suppress the error messages.

Install plugins using Packer:

 :lua require("pluginList")
 :PackerInstall

Restart Nvim

Features

  • LSP Support (with Autocomplete)
  • Ergonomic keybinds
  • Blazing Fast File Explorer
  • Really customizable (seriously, you should check it out)

Screenshots

Supported Languages

You can find a list of supported languages here. To install any of them run

:LspInstall <language server name>

Example

:LspInstall Python -- For Python
:LspInstall Cpp -- For C++

Notable Plugins

  • nvim-tree.lua
  • lspsaga.nvim
  • tokyonight.nvim
  • everForest.nvim
  • dashboard-nvim
  • telescope.nvim
  • nvim-bufferline.lua
  • fugitive.vim
  • lualine.nvim

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published