This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from 'react'; | |
| import { findDOMNode } from 'react-dom'; | |
| import PropTypes from 'prop-types'; | |
| import { noop } from 'lodash'; | |
| import ReactDatePicker from 'react-datepicker'; | |
| import uncontrollable from 'uncontrollable'; | |
| import DatePickerStyles from './DatePickerStyles'; | |
| import Textbox from '../../controls/textbox/Textbox'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Make Vim more useful | |
| set nocompatible | |
| " Use the OS clipboard by default (on versions compiled with `+clipboard`) | |
| " Set color scheme!¬ | |
| colorscheme github | |
| cd ~/repos/ | |
| set clipboard=unnamed | |
| " Enhance command-line completion | |
| set wildmenu | |
| " Allow cursor keys in insert mode |