Skip to content

A compact,optimized and beautiful configured neovim configuration.

Notifications You must be signed in to change notification settings

OurCodeBase/cooked.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cooked.nvim

This is a cooked or prepared configuration of neovim. The main focus of this configuration dedicated to python developers who are using machine learning libraries.

Badges

maintained-yes required-neovim required-python

Authors

Demo

Short

Features

  • vim-plug Plugin Manager
  • lightline.vim statusline
  • Autopair
  • Autocompletion Using Buffer ✒️
  • Decreased File Size 📂
  • Language Server Protocol Integrated 🤩
  • Visual Studio Snippets Integrated 🤯
  • Optimized Everforest Theme 🌈
  • Syntax Highlighting 🎨
  • Command Line Autocompletion
  • Increased Code Beauty 😍
  • Visual Studio Shortcuts 🩳
  • NERDTree Implemented 🌴 (CTRL+t)

Optimizations

  • To optimise neovim, Everforest Theme 🌲 has been optimized with more features such as bold code.
  • Replaced Different Completions by Language Server Protocol, Buffer, and Snippets.

Documentation

Command nvim +PlugInstall +qall to install vim-lsp-settings.

  • vim-lsp-settings is a plugin which provides Automatic Language Server Protocol Installations.

To install a Language Server Protocol enter the command :LspInstallServer into Normal Mode.

  • For example: if you want to install Python Language Server you have to open a .py file and then insert the command in Normal Mode.

The source of this command is vim-lsp-settings

This is recommended that you should to visit vim-lsp-wiki page to setup lsp servers.

Installation

Install this bootstrap before using or installing neovim else the folders conflicts each other. Install cooked.nvim with following command given below 👇

curl -OL https://github.com/OurCodeBase/cooked.nvim/blob/main/cooked-nvim.tar.gz?raw=true
tar -xvf cooked-nvim.tar.gz
mv -f local ~/.local
mv -f config ~/.config

Tech

Shots

If you want compatible buttons ⌨️ for neovim for shortcut completions then the installation code is given below 👇

wget -O "/data/data/com.termux/files/home/.termux/termux.properties" "raw.githubusercontent.com/OurCodeBase/cooked.nvim/main/termux.properties"

About

A compact,optimized and beautiful configured neovim configuration.

Resources

Stars

Watchers

Forks