Giter Club home page Giter Club logo

fisa-nvim-config's Introduction

fisa-nvim-config

THIS REPO IS DEPRECATED!!!

This was my old NeoVim configuration, but it was now merged into my Vim config. The merged config works both in Vim and NeoVim.

Head to vim.fisadev.com to get the current version :)

fisa-nvim-config's People

Contributors

angvp avatar arielrossanigo avatar cuerty avatar cyberplant avatar exos avatar facundoacevedo avatar fedeg avatar fisadev avatar hugoruscitti avatar j-e-d avatar niuzhenguo avatar santiavenda2 avatar sergiusens 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

Watchers

 avatar  avatar  avatar  avatar

fisa-nvim-config's Issues

Configure `yankring_history_dir`

Currently the plugin YankRing.vim creates a yankring_history_v2.txt inside the home directory. You could configure the yankring_history_dir in order to store this file to another location:

let g:yankring_history_dir = 'path/to/history/dir'

Autocomplete stopped working

One day I did PlugUpdate to be up to date with the latest commits, and this somehow made auto-complete completely break. The dropdown menu shows up but it's useless, since it only matches keywords that exist in the file I'm currently editing. I did a fresh install of neovim, uninstalled all the plugins and it still doesn't work. It could be something with deoplete/jedi but I'm not sure since I'm new to the whole (n)vim environment. Hopefully you could put me in the right direction/help me figure out what I'm doing wrong? Thank you!

Any Suggestion for debug in neovim?

Thank you for the great neovim-config! I am wondering if there is a way to debug python in the vim buffer directly. But I cannot find anything related to it in your config until now.

Add Error Checking to nvim config :)

On 'fisa-vim' there is an option '\e' that list errors reported by pylint and pep8. The doc says:
"Error checking of code using Syntastic (it will detect unused variables or imports, syntax errors, and such), for several languages, highlighting the errors and warnings in the code. You can open an errors list with \e. In python, the error checking includes pep8 validation, and pylint."
It would be awsome to have this feature on nvim config too.
Thanks!

Pylint: unexpected output

Pylint seems to have a bug now. Every time I save the code (.py), it will report pylint: unexpected output.

Here is the message:
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/manager.py", line 154, in
ast_from_module_name
return self.ast_from_file(found_spec.location, modname, fallback=False)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/manager.py", line 80, in a
st_from_file
return AstroidBuilder(self).file_build(filepath, modname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 152, in
file_build
return self._post_build(module, encoding)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 172, in
_post_build
self.delayed_assattr(delayed)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 231, in
delayed_assattr
for inferred in node.expr.infer():
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 85, i
n wrapped
res = next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 138,
in raise_if_nothing_inferred
yield next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/inference.py", line 300, i
n infer_subscript
value = next(self.value.infer(context))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/context.py", line 40, in c
ache_generator
for result in generator:
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 85, i
n wrapped
res = next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 138,
in raise_if_nothing_inferred
yield next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/inference.py", line 237, i
n infer_attribute
for owner in self.expr.infer(context):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/context.py", line 40, in c
ache_generator
for result in generator:
return MANAGER.ast_from_module_name(absmodname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/manager.py", line 154, in
ast_from_module_name
return self.ast_from_file(found_spec.location, modname, fallback=False)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/manager.py", line 80, in a
st_from_file
return AstroidBuilder(self).file_build(filepath, modname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 152, in
file_build
return self._post_build(module, encoding)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 172, in
_post_build
self.delayed_assattr(delayed)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/builder.py", line 231, in
delayed_assattr
for inferred in node.expr.infer():
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 85, i
n wrapped
res = next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 138,
in raise_if_nothing_inferred
yield next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/inference.py", line 300, i
n infer_subscript
value = next(self.value.infer(context))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/context.py", line 40, in c
ache_generator
for result in generator:
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 85, i
n wrapped
res = next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/decorators.py", line 138,
in raise_if_nothing_inferred
yield next(generator)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/inference.py", line 237, i
n infer_attribute
for owner in self.expr.infer(context):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/astroid/context.py", line 40, in c
ache_generator

Can you help me? I really like your configuration, but now it doesn't work properly.

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.