0% found this document useful (0 votes)
60 views1 page

Execute Pathogen#infect Syntax On Filetype Plugin Indent On Filetype Plugin On

The document configures a vim text editor with number lines enabled, a dark background, and the gruvbox color scheme. It also sets up code completion for Python by specifying the location of the pydiction dictionary and enables file type detection and indentation.

Uploaded by

Ivar Garcia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views1 page

Execute Pathogen#infect Syntax On Filetype Plugin Indent On Filetype Plugin On

The document configures a vim text editor with number lines enabled, a dark background, and the gruvbox color scheme. It also sets up code completion for Python by specifying the location of the pydiction dictionary and enables file type detection and indentation.

Uploaded by

Ivar Garcia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

execute pathogen#infect()

syntax on
filetype plugin indent on
filetype plugin on

let g:pydiction_location = '/home/kevin/.vim/bundle/pydiction/complete-dict'

set nu
set background=dark

colorscheme gruvbox

You might also like