CodeArt icon indicating copy to clipboard operation
CodeArt copied to clipboard

Use NeoVim as general purpose IDE

Results 9 CodeArt issues
Sort by recently updated
recently updated
newest added

on startup i recieve the error: ```Error executing vim.schedule lua callback: /home/william/.config/nvim/lua/plugins/lsp/lsp.lua:7: module 'lsp_signature' not found: no field package.preload['lsp_signature'] no file '/home/william/.local/share/lua/lsp_signature.lua' no file '/home/william/.local/share/lua/lsp_signature/init.lua' no file './lsp_signature.lua' no file...

From the `README.md`, for Windows users reading the installation guide it is not clear that `:PackerSync` must also be run after the two PowerShell commands.

``` function TrimBlank() local last_line = vim.fn.line("$") local l = 1 while l

It was using the -Sy flag which is unsupported. It partially upgraded my system. To avoid this I put the -Syu flag which does a full system upgrade.

Update the Jet Brain Mono font to the newest edition and do some improvement to the code

On Windows, I had chocolatey already installed. The windows.ps1 script was reinstalling chocolatey. I think a check for chocolatey is missing in there.

i open nvim and got this everytime: ![image](https://user-images.githubusercontent.com/88273136/206793029-4623e112-5df6-47e3-9d67-45f3c15663d5.png) my user_setting.lua: ``` local map = require("utils").map local which_key = require("utils").wk_add -- WARN: Do not touch this table. extra_which_keys = {} disable_plugins...

Hi, I am a noob of nvim, thanks for your excellent config. However, I find that it's hard for me to find the keymap of this config. Could you plz...