Skip to content
Snippets Groups Projects
Commit c68fb172 authored by Barta Máté Zsombor's avatar Barta Máté Zsombor :speech_balloon:
Browse files

neovim config added

parent d2e33d71
No related branches found
No related tags found
No related merge requests found
:set number
:set relativenumber
:set mouse=a
:set autoindent
:set smarttab
call plug#begin()
Plug 'https://github.com/vim-airline/vim-airline'
Plug 'https://github.com/hrsh7th/nvim-cmp'
Plug 'https://github.com/someone-stole-my-name/yaml-companion.nvim'
Plug 'https://github.com/nvim-lua/plenary.nvim'
Plug 'https://github.com/cuducos/yaml.nvim'
Plug 'https://github.com/nvim-tree/nvim-tree.lua'
call plug#end()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment