Code Monkey home page Code Monkey logo

nvim-config's Introduction

Nvim-Config

This is my config for neovim.


This is a .vimrc that requires plugins and external dependencies.

This VIM config uses vim-plug as the plugin manager.


It looks like this...

This shows some plugins (syntastic,colorizer,nerdtree) with one theme.

This shows some plugins (syntastic,colorizer,nerdtree) using a different theme.

Just some general code/formatting appearance.



Plugins Currently In Use:

Installation:

  • git clone https://github.com/BubbatheVTOG/Nvim-Config.git
  • ln -s /location/to/Nvim-config/vimrc ~/.vimrc

When you open up (n)vim, vim-plug will install. It might error out a bit..but just keep hitting enter. When its done call :PlugInstall again.


nvim-config's People

Contributors

bubbathevtog avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nvim-config's Issues

Clean ups

  • FocusMode has been replaced by Goyo.
  • CtrlHJKL can be completely removed.
  • GoldenRatio should not be a triggered plugin
  • ColorToggle should not be a triggered plugin
  • neocomplete should be removed since it has been replaced with deoplete and syntastic.

init.vim

The init.vim file might already exist if nvim was already ran. We need to check if this file is a link and if it is not, then link to our vimrc.

Improved buffer binds

nnoremap <leader>bn :bnext<CR> " Next buffer
nnoremap <leader>bp :bprevious<CR> " Previous buffer
nnoremap <leader>bo :buffers<CR>:buffer<Space> " Open buffer
nnoremap <leader>bd :buffers<CR>:bdelete<Space> " Delete buffer```

Marker Replace

the marker replace command is off by one, needs to be fixed.

tmux...for wayy later

xnoremap <space><space> y:'{,'}s/<c-r><c-0>//g<left><left>
nnoremap <space>s :%s/\<<c-r><c-w>\>//g<left><left>
xnoremap <space>s y:%s/<c-r><c-0>//g<left><left>```

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.