neovim icon indicating copy to clipboard operation
neovim copied to clipboard

Neovim, Conjure and LSP for Clojure development using Fennel configuration

Results 31 neovim issues
Sort by recently updated
recently updated
newest added

A page or section(s) using and configuring ## Use - [ ] scrolling through key maps ++ctrl+"d"++ down and ++ctrl+"u"++ up ## Configuration - [ ] overriding orientation preset, -...

Quickfix list is a well-established approach to managing errors in source code efficiently. Write a guide to explain - What quickfix list is for - Example uses - Enhancements (nice...

> NOTE: unless nvim-treesitter-sexp issues with Neovim 0.11 are resolved, then this should focus on using nvim-paredit (or nvim-par-par) plugin. The commands should be fairly similar. Once you understand the...

Document the use of `nvim-surround` - Adding a delimiter pair to the buffer - Deleting a delimiter pair from the buffer - Changing a delimiter pair to a different pair...

## Neovim for Clojure development Create a Clojure project that provides a API using reitit & httpkit, with mulog for event logs. Run the project, evaluate code and try break/fix...

## Why Neovim for Clojure development Overview of Neovim, Conjure and Practicalli Astro (config for Neovim with a focus on Clojure) ## install neovim (global & local) Download the latest...

Example Intellij IDE vim config https://gist.github.com/azdanov/6ed97a7057a7619d3556dc5f3001b795

good first issue

# Neovim LSP Components: How They Work Together ## Component Overview ### nvim-lspconfig **Purpose**: Provides pre-configured setups for 200+ language servers - Contains default configurations for each language server -...

Describe how to write .http files for Kulala for testing API endpoints and any other useful activities. ## References - https://neovim.getkulala.net/docs/getting-started

good first issue

Extend the [current content for Octo](https://practical.li/neovim/source-control/octo/) to include step by step details for - creating an issue - commenting on an issue - updating an issue - `C-r` to refresh...