nyoom.nvim icon indicating copy to clipboard operation
nyoom.nvim copied to clipboard

A Neovim framework and doom emacs alternative for the stubborn martian hacker. Powered by fennel and the oxocarbon theme

Results 38 nyoom.nvim issues
Sort by recently updated
recently updated
newest added

The cmdline & search completions @mjachi asked for.

``` Error detected while processing /home/krap/dotfiles/fvim/init.lua: E5113: Error while calling lua chunk: ...he/nvim/hotpot/home/krap/dotfiles/fvim/fnl/core/init. lua:2: module 'core.options' not found:Compile error in /home/krap/.config/nvim/fnl/core/optio ns.fnl:1:0 Compile error in /home/krap/.config/nvim/fnl/macros/option-macros.fnl:60:6 unknown identifier in strict...

I tried adding custom lsp servers in lsp.fnl (I just added them to the array after installing server itself) For example in Svelte files I get ``` Error executing vim.schedule...

README links to the Nvim Rust bindings repo instead of your own repo at [`https://github.com/shaunsingh/oxocarbon.nvim`](https://github.com/shaunsingh/oxocarbon.nvim), which I expect is what people actually want to see. Also, although you did Oxocarbon,...

Whenever I press 'O' to create a new line in normal mode, I get this error ```Error detected while processing TextChangedI Autocommands for "*": Error executing lua callback: vim/shared.lua:0: after...

commands for vlime like '\cc' to make a new connection dont work I think we will have to rebind every vlime function to leader+command like leader+cc

it would be great if additional addons don't prevent from updating from master. it would be nice if there is a place where i can overwrite the theme/addon configs without...

i would suggest to add a example of adding a plugin thats useful and has config and keybindings. this pseudo examples are less helpful.

would u mind if you tell me the location of your neovim specific dotfiles, like are they on this repo or other or not yet available, i wanted to ask...

Using nvim v0.9.5, when I start I get an error: > context_commentstring nvim-treesitter module is deprecated The details are here: https://github.com/JoosepAlviste/nvim-ts-context-commentstring/issues/82 The fix that worked for me was to delete...