Skip to main content
0 votes
0 answers
32 views

I'm trying to write many of my system settings to one neorg file. Currently I managed to get everything working by doing the following unholy approach: @document.meta tangle: { tmux: ~/.tmux.conf ...
Csaba Dunai's user avatar
2 votes
0 answers
32 views

i have hints working for lua, but not for go. i've already tried a bunch of stuff like several go configs, though it seems like it is a server problem, because Settings: {} is what i get in ...
Bari's user avatar
  • 21
0 votes
0 answers
38 views

I am using the latest version of treesitter. Its configuration in code looks something like this: require('lazy').setup({ 'nvim-treesitter/nvim-treesitter', lazy = false, build = ':TSUpdate' }) ...
Whatever's user avatar
1 vote
0 answers
41 views

I found out the mini.ai html tag selection is very bad but treesitter was so good at it so I decided to change it to treesiter without loosing the good things in mini.ai so I did this config and so ...
user27392773's user avatar
-3 votes
0 answers
64 views

To be convenient when coding C/C++ programs, I decided to use Clangd for auto-complete plugin. I went to the official website of Lazy.nvim and read guides to install and use. I tried :Mason and :...
Leatuyr Bertyk's user avatar
1 vote
1 answer
295 views

I am a newbie Neovim user and I am configuring Neovim by Lazy in init.lua. However, I had a problem when installing Tree-sitter plugin by Lazy.nvim. In file init.lua, I use below command to install ...
Leatuyr Bertyk's user avatar
Tooling
0 votes
2 replies
51 views

I am currently using lazy.nvim to manage my plugins and csharp-language-server for C# development. While C# files work perfectly, I cannot get LSP features (completions, diagnostics, or go-to-...
David Snoble's user avatar
2 votes
0 answers
87 views

I'm using netcoredbg to debug xunit tests for a c# project in neovim. I'm getting this warning: "You are debugging a Release build of MIcrosoft.TestPlatform.Build.dll. Using Just My Code with ...
sweetbabygang's user avatar
1 vote
0 answers
54 views

I am trying to run jdtls lsp on the latest nvim 0.12 with minimal setup without using any plugin for my nvim version: NVIM v0.12.0-dev-5299967 Build type: Debug LuaJIT 2.1.1764270282 However, when i ...
prajul's user avatar
  • 1,224
1 vote
3 answers
100 views

Assume I have the following text, and I want to use nvim to extract only the lines that contain z_image: README.md 14 kB Update README.md 12 days ago z_image_turbo-Q3_K.gguf 4.12 GB Intial Commit 12 ...
Carson's user avatar
  • 9,008
Tooling
0 votes
3 replies
59 views

I am working on a module called automat. When I save my go file, it's being reformatted from: package cmd import ( "context" "fmt" "os" "strings" &...
wookie_on_earth's user avatar
Advice
0 votes
0 replies
34 views

I am trying to use nvim as the external editor for Godot, with GDScript. I have found a decent amounts of post explaining how to do it, so I have some idea on how to do it. No solutions perfectly fit ...
RayureBob's user avatar
0 votes
2 answers
68 views

If I have the following content head = cfg["head"] head = cfg["head"] head ...
Carson's user avatar
  • 9,008
Tooling
0 votes
0 replies
50 views

I have created a plugin for lazy: .config/nvim/lua/plugins/slimv.lua: return { "kovisoft/slimv" } Now, how do I start a REPL in neovim? I have also created a minimal common lisp file: ...
user1785730's user avatar
  • 3,831
2 votes
0 answers
64 views

I have an NvChad configuration for NeoVim, and I was trying to configure a LuaSnip plugin, but for some reason my Lua snippets are working correctly, but the json ones do not, and I want to figure out ...
dvb1r's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
165