aboutsummaryrefslogtreecommitdiff
path: root/lua/user/config.lua
blob: 4f6b233e34b57d9ee6cbbc3049240dcda5ad7ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
vim.cmd [[colorscheme gruvbox]]

-- local Plug = require 'vimplug'

-- Plug.begin('~/.config/share/nvim/plugged')
-- 
-- Plug 'https://github.com/vim-airline/vim-airline'
-- Plug 'https://github.com/rafi/awesome-vim-colorschemes'
-- Plug 'https://github.com/preservim/nerdtree'
-- Plug 'https://github.com/neovim/nvim-lspconfig'
-- Plug 'https://github.com/williamboman/nvim-lsp-installer'
-- Plug 'https://github.com/hrsh7th/nvim-cmp'
-- Plug 'https://github.com/hrsh7th/cmp-nvim-lsp'
-- Plug 'https://github.com/hrsh7th/cmp-buffer'
-- Plug 'https://github.com/hrsh7th/cmp-path'
-- Plug 'https://github.com/hrsh7th/cmp-cmdline'
-- Plug 'https://github.com/hrsh7th/nvim-cmp'
-- Plug 'https://github.com/L3MON4D3/LuaSnip'
-- Plug 'https://github.com/rafamadriz/friendly-snippets'
-- Plug 'https://github.com/saadparwaiz1/cmp_luasnip'
-- Plug 'https://github.com/nvim-lua/popup.nvim'
-- Plug 'https://github.com/nvim-lua/plenary.nvim'
-- 
-- Plug.ends()
-- 
-- vim.cmd [[colorscheme gruvbox]]