diff options
Diffstat (limited to 'lua/user/config.lua')
-rw-r--r-- | lua/user/config.lua | 26 |
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]] |