All Projects → tamton-aquib → nvim

tamton-aquib / nvim

Licence: other
Personal neovim config

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to nvim

Awesome Dotfiles
Dotfiles for awesome people using the awesomewm linux environment
Stars: ✭ 409 (+1604.17%)
Mutual labels:  config, nvim
neovim-config
Modern NeoVim config for IDE-like development
Stars: ✭ 89 (+270.83%)
Mutual labels:  config, nvim
nvim
❤️ A neovim config repo.
Stars: ✭ 33 (+37.5%)
Mutual labels:  config, nvim
nii-nvim
A minimal neovim configuration
Stars: ✭ 69 (+187.5%)
Mutual labels:  config, nvim
dotfiles
My NixOS configuration featuring awesome and neovim
Stars: ✭ 40 (+66.67%)
Mutual labels:  config, nvim
nvim-config
My neovim config
Stars: ✭ 63 (+162.5%)
Mutual labels:  config, nvim
neovimfiles
My Neovim configuration written in Lua
Stars: ✭ 52 (+116.67%)
Mutual labels:  config, nvim
Dotfiles
KDE Plasma for twm users.
Stars: ✭ 83 (+245.83%)
Mutual labels:  nvim
dotfiles
This is what I use to get things done!
Stars: ✭ 59 (+145.83%)
Mutual labels:  nvim
onion
Layer based configuration for golang
Stars: ✭ 104 (+333.33%)
Mutual labels:  config
fm-nvim
🗂 Neovim plugin that lets you use your favorite terminal file managers (and fuzzy finders) from within Neovim.
Stars: ✭ 114 (+375%)
Mutual labels:  nvim
Akshay-Vs
Config files for my GitHub profile.
Stars: ✭ 17 (-29.17%)
Mutual labels:  config
fzf-lsp.nvim
Enable the power of fzf fuzzy search for the neovim built in lsp
Stars: ✭ 143 (+495.83%)
Mutual labels:  nvim
Machfiles
The dotfiles you see in all my videos
Stars: ✭ 347 (+1345.83%)
Mutual labels:  config
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+529.17%)
Mutual labels:  nvim
dotvim
My dotvim - work in progress - Beta stages
Stars: ✭ 27 (+12.5%)
Mutual labels:  nvim
ConfigTools
把Excel配置表导出成Json格式, 可供服务器,客户端(Unity,Laya)使用, 可直接根据表结构生成对应的代码支持C#和TypeScript. Export Excel configuration table into Json format, which can be used by server and client (Unity, Laya), and directly generate code corresponding to table structure to support C # and TypeScript.
Stars: ✭ 59 (+145.83%)
Mutual labels:  config
Telegraph.nvim
Send commands system commands in an elegant way
Stars: ✭ 33 (+37.5%)
Mutual labels:  nvim
dotfiles
My dotfiles for Neovim, Kitty terminal, Zsh, and a few other things.
Stars: ✭ 101 (+320.83%)
Mutual labels:  nvim
props
config source library for golang, support properties/yaml/ini file、zookeeper\consul\etcd k/v k/props
Stars: ✭ 57 (+137.5%)
Mutual labels:  config

Neovim config

My neovim config


image image image

Installation

NOTE: executing this command will delete the packer folder and nvim folder. So make sure to create a backup!

curl -sL git.io/vim_install | bash

If you don't feel safe executing this command, clone the repo to $XDG_CONFIG, and do :PackerSync inside neovim.

Summary

Structure:

  nvim
├──  init.lua
└──   lua
   ├──  _autocmds.lua
   ├──  _mappings.lua
   ├──  _packer.lua
   ├──  _utils.lua
   ├──  _settings.lua
   ├──  _conf.lua
   └──  _lsp.lua
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].