Code Monkey home page Code Monkey logo

fisa-vim-config's Introduction

Fisa vim config

A Vim and NeoVim configuration for the modern pythonista (plus some other goodies).

Installation instructions and docs at vim.fisadev.com.

fisa-vim-config's People

Contributors

angvp avatar arielrossanigo avatar bshimmm avatar cuerty avatar cyberplant avatar exos avatar fisadev avatar hugoruscitti avatar niuzhenguo avatar santiavenda2 avatar scaramagus avatar yetkinozturk avatar zouxifeng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fisa-vim-config's Issues

pymode.vim required vim compiled with +python. en Archlinux

[exos@hexodica ~]$ vim
Se ha detectado un error al procesar /home/exos/.vim/bundle/python-mode/plugin/pymode.vim:
línea 13
pymode.vim required vim compiled with +python.
Pulse INTRO o escriba una orden para continuar

Yo tengo instalado el paquete vim-python-mode-0.5.0-1 el cual tras la instalación pide:

You must set g:python = 'python2' and g:pydoc = 'pydoc2' in your ~/.vimrc file

Edité ~/.vim/bundle/python-mode/plugin/pymode.vim y le agregué esas 2 lineas:

  1 let g:pymode_version = "0.6.9"
  2 g:python = 'python2'
  3 g:pydoc = 'pydoc2'

Y sigue tirando el mismo error, pero, me anda el tema de la sintaxis y el navegador de símbolos.

Bad link in README

Hi fisa, I was checking your vim config and in sources section, link for Vundle Autoinstalation is broken (it's pointing to a very weird page).

Regards

Fallo instalacion de 'majutsushi/tagbar'

En Kubuntu 12.10 quantal, siguiendo los pasos de instalacion del README (sin errores instalando con apt y pip), cuando abri el vim por primera vez empezo a instalar los plugins y este no lo instalo (tampoco habia detalles de porque no)

Use global swap files directory

Hi, just a recommendation.

You should set a folder to store all the swap files for vim.
Reasons:

  1. You don't pollute the working folder, so no need to add some .gitignore for that.
  2. If your system/terminal/whatever crashes and you have unsaved changes, using the command vim -L you'll get a list of open files no matter where you were and you can quickly see if some file has unsaved changes.

Example code from my .vimrc:

" This creates the swap files folder if it does not exist
" (tested on Linux)
if !isdirectory($HOME . "/.vim/tmp")
    call mkdir($HOME . "/.vim/tmp", "p")
endif
set directory=~/.vim/tmp  " directory to place swap files in

Hope it helps. Cheers

In Mac OSX 10.8.2 , python-debug can not work.

In Vim press F5 show these error:

Traceback (most recent call last):
File "", line 1, in
File "/Library/Python/2.7/site-packages/vim_debug/commands.py", line 39, in de
bugger_cmd
if debugger.bend.connected():
AttributeError: Debugger instance has no attribute 'bend'

Requirement for optional font patch

At the final, in optional section: "fancy symbols and breadcrumbs in the status line" before patch the font with fontpatcher the user must install fontforge bindings for python.

In ubuntu:
sudo apt-get install python-fontforge

archlinux:
sudo pacman -S fontforge
According to [0] in arch, when installing fontforge, we have bindings and more.

[0] https://bugs.archlinux.org/task/19723

Error detected while processing function pymode#queue#Poll:

loop:

Error detected while processing function pymode#queue#Poll:
line    3:
Traceback (most recent call last):
Press ENTER or type command to continue
Error detected while processing function pymode#queue#Poll:
line    3:
  File "<string>", line 1, in <module>
Press ENTER or type command to continue

Use OS X, Python 2.7

Add vim to dependencies

Ubuntu, for example, doesn't include the vim package by default and a newbie user may forget to install vim, so is needed add vim to the dependencies.

"sudo apt-get install vim exuberant-ctags git"

Tell us what font you're using!

I like the look of the font you're using in the screenshots, but I couldn't see anywhere you'd written what it was. What is it?

Might be good to add next to the screenshots in case it catches anyone elses eye too :)

Cannot find color scheme fisa

Hola Fisa! Como va todo? Estoy probando el vim-config, pero me encuentro con el error abajo cuando corro vim. Estoy en Mac OS X y acabo de instalar Vundle por primera vez.

"-compatible" [New File]
Error detected while processing /Users/TimZ/.vimrc:
line  284:
E185: Cannot find color scheme fisa

yankring_history file isn't hidden

The file is displayed in the HOME folder. To fix this, edit the file YankRing.vim, changing the line "let g:yankring_history_file = 'yankring_history'" adding a 'dot' before 'yankring_history'.

Pdb integration

Key binding or command to add pdb breakpoint snippet, and key binding or command to remove all breakpoints.

Update the screenshots

With the jedi-vim and vim-airline changes, most of the screenshots are outdated. I have to update them.

python 3 error

Pyflake acuse syntax error when i do this:

print(''anything",end=' ')

Any suggestion to fiz this?

ps:sorry for my poor english..= )

CPMONO Font

Cool Project, That's all what I want!

FYI, the link you have given for CPMONO seems not working. Here is another link.

BTW, colorscheme may not work well......

Error en modo visual, (al poner d d para borrar, d para cortar etc)

Fisa, el vim me tira el siguiente error cuando quiero cortar un fragmento de texto seleccionado, estuve googleando pero no doy pié con bola.

tp1.1.asm [+] 1,1 Todo
Se ha detectado un error al procesar function YRRecord3..45_YRMRUAdd..45_YRHistorySave:
línea 8
E482: No se pudo crear el archivo "/home/saran/yankring_history_v2.txt"
YRHistorySave: Unable to save yankring history file: /home/saran/yankring_history_v2.txt
Pulse INTRO o escriba una orden para continuar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.