chore(config): re add vim go, let the fun begin

main
sudo pacman -Syu 2022-03-09 15:29:36 +07:00
parent 0ebea325e0
commit bce2321be5
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 6 additions and 1 deletions

View File

@ -23,10 +23,12 @@ set clipboard+=unnamedplus
" FZF
set rtp+=~/.fzf
" Plugins config
let g:go_gopls_gofumpt=1
" vim-plug
" https://github.com/junegunn/vim-plug
call plug#begin()
Plug 'preservim/nerdtree'
Plug 'nvim-lualine/lualine.nvim'
Plug 'tpope/vim-fugitive'
@ -38,6 +40,8 @@ Plug 'joshdick/onedark.vim'
Plug 'projekt0n/github-nvim-theme'
Plug 'catppuccin/nvim', {'as': 'catppuccin'}
" Languages
Plug 'fatih/vim-go'
call plug#end()
lua << EOF
@ -46,6 +50,7 @@ local catppuccin = require("catppuccin")
lualine.setup({
options = {
icons_enabled = false,
-- theme = 'onedark',
-- theme = 'github',
theme = 'catppuccin',