Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
allworldit
awit-vim-superawesome
Commits
ad2b0473
Commit
ad2b0473
authored
Jun 09, 2019
by
Nigel Kukard
Browse files
Merge branch 'nkchanges' into 'master'
Nkchanges See merge request
!7
parents
9d4b0b30
43666a51
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ad2b0473
1.
Clone the repository into your ~/.vim directory
##
Clone the repository into your ~/.vim directory
cd
git clone https://gitlab.devlabs.linuxassist.net/allworldit/awit-vim-superawesome.git .vim
cd
git clone https://gitlab.devlabs.linuxassist.net/allworldit/awit-vim-superawesome.git .vim
1.
Install the ViM RC file...
ln -s $HOME/.vim/vimrc $HOME/.vimrc
1.
You need to have vim.nox installed, this is a fully featured ViM for the commandline...
## Install the ViM RC file...
apt-get install -y vim.nox
ln -s $HOME/.vim/vimrc $HOME/.vimrc
1.
Install fonts
apt-get install -y fonts-power
line
## You need to have vim.nox installed, this is a fully featured ViM for the command
line
...
1.
Fire up ViM and run these commands...
apt-get install -y vim.nox
:PlugClean
:PlugInstall
1.
Reboot to make sure all is good and the right fonts symbols get loaded
## Install fonts
1.
Set your terminal font to...
apt-get install -y fonts-powerline
## Fire up ViM and run these commands...
:PlugClean
:PlugInstall
## Reboot to make sure all is good and the right fonts symbols get loaded
## Set your terminal font to...
Liberation Mono
## Languages
### Python
The best python linter by far is pylama, this is what we have enabled.
You'll need to install pylama if you want the builtin checks done.
vimrc
View file @
ad2b0473
...
...
@@ -200,5 +200,14 @@ set signcolumn=yes
let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1
"
" Configure syntastic
"
let g:syntastic_python_checkers = ['pylama']
" Disable mouse in vim, so we can actually copy paste between applications
set mouse=
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment