Code Monkey home page Code Monkey logo

neovim-config's Introduction

Neovim-Configuration

My own Neovim editor configuration repo.

Main Configuration

All plugins are from the packer.nvim package manager. My configurations until now are:

  • Markdown files preview: with :Markdown* commands. It requires node.js to be installed.
  • Used Colorscheme: github-dark colorscheme. for more details, you can see lua/obadaa/colorscheme.lua.
  • Vim configurations and keymaps: configurations are in lua/obadaa/config.lua and keymaps are in lua/obadaa/keymaps.lua.
  • Auto completion: with many customizable options in lua/obadaa/cmp.lua.
  • Languages server protocol (LSP): with c,c++,php,html,json and powershell services with its cmp. You can add more languages by searching for your language key in LSP servers, Or check :Lsp* commands, then put this key in lua/obadaa/lsp/lsp-config.lua:servers, and it will be automatically installed.
  • Settings for specific languages: you can customize your LSP setting files for each language .. for more details you can watch this video
  • Telescope: for searching about files, texts, planets (as an easter egg), etc.. In a windows system there are some dependencies, listed in Requirments. for more telescope configurations, you can check lua/obadaa/telescope.lua file.
  • Nvim-tree: for more comfortable view of the directories structure. There are some errors with its config file lua/obadaa/nvim-tree.lua, probably they are because of the operating system where the configuration is being set. NOTE: (:Telescope plantes) command doesn't work correctly in windows system.

Requirments

Make sure that Neovim and git are installed. For icons used in the repo, you need to install one of the NerdFonts

As there are no rg 'grep' and fd 'find' commands in windows system, you neet to install them:

winget install sharkdp.fd
winget install BurntSushi.ripgrep.MSVC

Installation

To get started, just clone the repo and feel free to try my configuration.

Windows

cd ~/AppData/Local/nvim
git clone https://github.com/MuhammdObadaa/Neovim-config.git

Details and Resources

you can view all packages and plugins repos from lua/obadaa/plugins.lua

neovim-config's People

Contributors

muhammadobadaa avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.