Skip to content

Some years ago, .vimrc runs in different OS with ease. Now I need to setup and rewrite sh*t ton of config to make nvim run in different environment. This nvim repo should run in different OS architecture

Notifications You must be signed in to change notification settings

joshua-afk/nvim-universal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Last commit


File Architecture

NOT UPDATED

├── after
│   └── ftplugin
│       ├── blade.lua
│       ├── css.lua
│       ├── gitcommit.lua
│       ├── html.lua
│       ├── javascript.lua
│       ├── markdown.lua
│       ├── pug.lua
│       ├── ruby.lua
│       ├── scss.lua
│       └── sql.lua
├── lua
│   ├── plugins
│   │   ├── completion
│   │   │   └── init.lua
│   │   ├── lsp
│   │   │   └── init.lua
│   │   ├── obsidian
│   │   │   └── init.lua
│   │   ├── blame.lua
│   │   ├── catppuccin.lua
│   │   ├── comment.lua
│   │   ├── dressing.lua
│   │   ├── illuminate.lua
│   │   ├── indent-blankline.lua
│   │   ├── nvim-lualine.lua
│   │   ├── nvim-tree.lua
│   │   ├── nvim-treesitter.lua
│   │   ├── project.lua
│   │   ├── telescope-fzf.lua
│   │   ├── telescope.lua
│   │   └── tmux.lua
│   ├── abbreviations.lua
│   ├── auto-commands.lua
│   ├── lazy-plugins.lua
│   ├── mappings.lua
│   ├── neovide.lua
│   └── settings.lua
├── snippets
│   └── snipmate
│       ├── javascript
│       │   ├── javascript-axios.snippets
│       │   ├── javascript-express.snippets
│       │   ├── javascript-moment.snippets
│       │   ├── javascript-mssql.snippets
│       │   ├── javascript-node.snippets
│       │   ├── javascript-react.snippets
│       │   └── javascript-webix.snippets
│       ├── markdown.snippets
│       └── ruby.snippets
├── .gitignore
├── README.md
├── init.lua
└── lazy-lock.json

ArchOS and variants

$ sudo pacman -S luarocks xclip

install fnm (fast node version manager) install latest version of node

$ npm install -g neovim

$ sudo pacman -S luarocks

  • Dependencies for image.nvim $paru -S ueberzugpp

About

Some years ago, .vimrc runs in different OS with ease. Now I need to setup and rewrite sh*t ton of config to make nvim run in different environment. This nvim repo should run in different OS architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •