aboutsummaryrefslogtreecommitdiff
path: root/lua/user/config.lua
diff options
context:
space:
mode:
authorFranciszek Malinka <franciszek.malinka@gmail.com>2022-04-10 14:57:14 +0200
committerFranciszek Malinka <franciszek.malinka@gmail.com>2022-04-10 14:57:14 +0200
commitb760e0912739bf73b8b26c50a13a33f8a0ce477c (patch)
tree667e2b7e49652a595702b8f19c2c3d1287fde7ff /lua/user/config.lua
parent1fa3b8c5e2a86373639d7b9ec77d9df0ab3417a2 (diff)
My current configuration
Diffstat (limited to 'lua/user/config.lua')
-rw-r--r--lua/user/config.lua26
1 files changed, 26 insertions, 0 deletions
diff --git a/lua/user/config.lua b/lua/user/config.lua
new file mode 100644
index 0000000..4f6b233
--- /dev/null
+++ b/lua/user/config.lua
@@ -0,0 +1,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]]