From b760e0912739bf73b8b26c50a13a33f8a0ce477c Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Sun, 10 Apr 2022 14:57:14 +0200 Subject: My current configuration --- lua/user/config.lua | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lua/user/config.lua (limited to 'lua/user/config.lua') 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]] -- cgit v1.2.3