Git Product home page Git Product logo

nv-ide's Introduction

nv-ide's People

Contributors

bwkam avatar crivotz avatar mlitwiniuk avatar shellraining avatar ur4ltz avatar yatesco 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

nv-ide's Issues

error when opening nvim

hi, I have just cd into the .config folder and type the next line and opened nvim, but with it open, it shows the following:
Screenshot 2022-10-31 203821
What to do?

How to see all shortcuts

Hey man thanks for this project. I've used IDE's last few years so I'm totally get used to simple interfaces. Can you please give me a hint about how I can see all the available shortcuts, or maybe search them up?

Right now I'm trying things out, I'm trying to rename variable in python code using Space + rn

image

For example I have this code:

some_var = 1

After doing Space + rn it just becomes:

snme_var = 1

Please give me suggestions how I can use your config to the fullest?

Thanks

P.S. Also do you have patched version of JetBrains Mono? Asking because I've downloaded latest version from they site and missing some powerline symbols

Randomly noticed this spelling error

Hi! I was browsing your config to see how you set up nvim-ufo and noticed this small spelling error in the following keymapping description and wanted to let you know about it because it made me laugh

{ "zZ", function() require('ufo').peekFoldedLinesUnderCursor() end, desc = "Peed folded lines under cursor" },

personal configuration separation

Hi, Thanks for the great IDE.

Where basic configurations such as vim.g.mapleader are expected to be set. I created a init.lua in ~/.config/nvim/lua/user/ but it didn't pickup the mapleader.

Ideally I would like to be able to pull frequently from nv-ide repo without having to manage merge conflict with my own customization.

Thanks in advance

[resolved] lazy.nvim error

I have this message after starting NV-IDE and installing all the plugins:

Failed to run config for indent-blankline.nvim

.../share/nvim/lazy/indent-blankline.nvim/lua/ibl/utils.lua:18: 'show_first_indent_level' is not a valid key of ibl.config

stacktrace:

  • /indent-blankline.nvim/lua/ibl/utils.lua:18 in validate
  • /indent-blankline.nvim/lua/ibl/config.lua:111 in validate_config
  • /indent-blankline.nvim/lua/ibl/config.lua:271 in set_config
  • /indent-blankline.nvim/lua/ibl/init.lua:59 in setup
  • ~/.config/nvim/lua/config/plugins.lua:171 in config

image

What does it mean? I'm just a newbie in such NVim customization. Before this, several years I've been using NVim with some settings described in .vimrc and plugins that can be run as on Vim as on NVim.

:PackerInstall error

Hi, I have just cloned the file and cd into the .config file and ln it, but when I open nvim and typed: PackerInstall, it said: E492: No an editor command: PackerInstall.
What to do?
I am using Windows.

Ubuntu 22 04 1 LTS 30_10_2022 4_12_23 PM

key bindings

First of all Thank you so much for great project.
I really love the Ui ❤❤

Please display key mapping in which-key, it would be great for new users or starter user,
For example in dashboard: one one key here 'e', add here some useful shortcuts like,
b: buffer
e: Explorer
l: Lsp
Etc
IMG_20231027_210344

When file opened it should be like:
a: auto import
f: format
d: diagnosis
Etc file related
Instead of this:
IMG_20231027_210412

do not tempt me

image

Every time the cursor moves 10 rows or 10 columns, a message will pop up and freeze for a few seconds.
Had the same problem on two different machines(MacOS and archlinux)
Which plugin caused this or how to query which plugin caused it?

neovim 0.7

I have several minor issues now, probably relating to the version of neovim I have installed. 0.7.2 or something.

I previously had to comment out line #31 in ~/.config/lua/settings/init.lua to get rid of a "splitkeep" error.
Suddenly almost everything began working, so I went back and uncommented the line, but could not reproduce that error again.

So now when starting nvim I get this;

  Error detected while processing /root/.config/nvim/plugin/packer_compiled.lua:
Feline needs 'termguicolors' to be enabled to work properly                                
Please do `:help 'termguicolors'` in Neovim for more information
E355: Unknown option: winbar     
minimap: this plugin requires code-minimap installed.
Press ENTER or type command to continue            

I searched through the packer_compiled.lua file, but do not see anything about winbar. I found some reference to a similar missing "winbar" problem, but no way for me to fix what I've got going on.
[{edit: actually I was able to move ahead a little bit on the code-minimap issue by running sudo apt install libclang-dev g++ -y , then cargo install minimap succeeded. will edit again if still greater success is realized. }
{REedit: even though cargo install minimap succeeded, I think it was the wrong package, because I needed code-minimap instead. I ran this other line, which succeeded also, # cargo install --locked code-minimap then I only had to Sync plugins in nvim, and now I have a working minimap!}
so now when I start nvim I only get

               Error detected while processing /root/.config/nvim/plugin/packer_compiled.lua:
Feline needs 'termguicolors' to be enabled to work properly                                
Please do `:help 'termguicolors'` in Neovim for more information
E355: Unknown option: winbar     

errors.]

winbar

Guys,
While looking for a new potential neovim ide replacement, I stumbled into your nv-ide. It looks very nice. very promising. I just wanted to make you aware of this ( winbar ) issue after installation --

Error detected while processing /home/dualfade/.nv-ide/plugin/packer_compiled.lua:
E355: Unknown option: winbar

Thank you.

Typo in installation script in readme

There seems a typo between github.com and crivotz.

git clone git://github.com:crivotz/nv-ide.git ~/.nv-ide

git clone git://github.com/crivotz/nv-ide.git ~/.nv-ide works on my machine.

attempt to call field 'nvim_create_autocmd' (a nil value) when start

Awesome project.
But I get error below when start, It's any step I miss?

Error detected while processing /root/.nv-ide/init.lua:
E5113: Error while calling lua chunk: /root/.config/nvim/lua/plugins.lua:12: attempt to call field 'nvim_create_autocmd' (a nil value)
stack traceback:
/root/.config/nvim/lua/plugins.lua:12: in main chunk
[C]: in function 'require'
/root/.config/nvim/init.lua:2: in main chunk
Press ENTER or type command to continue

Environment:
OS: Centos 7 ( run in Docker)
NVIM v0.6.1
Lua 5.1.4

How to use the lua/util/new_note.lua ?

Hi,
I was trying to figure out if it could allow me to create notes to ~/Notes/ directory easily, but when trying I couldn't get any NewNote commands to run on nvim.

NvimTree

Following options were moved to setup, see bit.ly/3vIpEOJ: nvim_tree_icon

cd .config error

Hi, I am using window wsl 2 and have cloned the project now I want to cd into a .config file and it said no such file or directory.

Screenshot 2022-10-31 202618

My wsl 2 file
Screenshot 2022-10-31 202804

What to do?

How did you get the autocompletion for noice commandline?

Hi,
I am trying to understand and implement more custom configuration based on your setup.
How did u manage to get autocompletion to automatically show examples without tab completion and in correct location?
I copied the whole noice.lua file but it didn't seem to be from that.

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.