GithubHelp home page GithubHelp logo

nvim-config's Introduction

Neovim config

Install lazy.nvim package manager + plugins

Ref: https://github.com/folke/lazy.nvim

Start powershell and run:

ni c:\users\$env:USERNAME\appdata\local\nvim\init.lua
nvim c:\users\$env:USERNAME\appdata\local\nvim\init.lua

Then: add the content from init.lua in this repo.

To start Lazy:

:Lazy

To use the menu options for update/sync/clean/etc use Shift + letter. E.g. Shift-U to update.

Telescope

Ref: https://github.com/nvim-telescope/telescope.nvim

To open and search for files (tab is available for auto-complete):

:Telescope fd
:Telescope find_files

Undotree

Ref: https://github.com/mbbill/undotree

To toggle the Undotree:

:UndotreeToggle

Nerdtree

Ref: https://github.com/preservim/nerdtree

Toggle nerdtree:

:NERDTree .

Switching between nerdtree and code editor: CTRL-w + w

NvimTree

Ref: https://github.com/nvim-tree/nvim-tree.lua

Toggle nvimtree:

:NvimTreeToggle

Switching between nvimtree and code editor: CTRL-w + w

BufferExplorer

Ref: https://github.com/jlanzarotta/bufexplorer

To open buffer explorer to switch between open files type:

\be
:BufExplorer

To delete a buffer/close a file: type d in the buffer explorer

Fugitive

Ref: https://github.com/tpope/vim-fugitive

To toggle Fugitive:

:Git
:Git status
# etc

Markdown-Preview

Ref: https://github.com/iamcco/markdown-preview.nvim

To toggle Markdown-Preview:

:MarkdownPreview

Dropbar

Ref: https://github.com/Bekaboo/dropbar.nvim

Toggleterm

Ref: https://github.com/akinsho/toggleterm.nvim

To toggle terminal:

:ToggleTerm

nvim-config's People

Contributors

sevenam 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.