Coder Social home page Coder Social logo

neoview.nvim's Introduction

Hello ๐Ÿ‘‹

Full Stack Software Developer, credited with 5 years of progressive experience which includes developing and deploying software quickly, work well navigating independently or within a team environment, serve as a life-long-learner and thrive in challenging technical environments

Technical proficiency includes HTML, CSS, Java, Python, JavaScript, Postgres SQL, React, Django

neoview.nvim's People

Contributors

ecthelionvi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

riodelphino

neoview.nvim's Issues

Telescope doesn't bring me to the grepped line.

Hi, it's realy nice work !

But I have a situation like below.

sample file

test.py

first line.
( ... )
This is line 50
( ... )
This is line 100

Reproduction steps

  1. Open a file 'test.py'
  2. Move to line 50
  3. Close it once.
  4. Grep the text 'This is line 100' by using ':Telescope live_grep', and hit Enter key.
  5. 'test.py' is opened, but...

Expected behaviour

Normally(without NeoView), the ':Telescope live_grep' command bring me to the line 100, which I searched for.

Actual behaviour

NeoView restored the previous row position, so the cursor is on line 50.

Is there a option for this ?

function NeoView.valid_buffer()
  local buftype = vim.bo.buftype
  local disabled = { "help", "prompt", "nofile", "terminal" }
  if not vim.tbl_contains(disabled, buftype) then return true end
end

I saw this code, but I don't think 'disabled' list is the solution in this case.

Thank you.

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.