My neovim configuration directory.
Find a file
Dan Anglin f2aa4651fa
fix: update LSP configuration
Changes:

- fix: replace on_attach and custom_attach with autocommand for LspAttach
  as recommended by the official documentation.
- fix: enable inlay hints for gopls.
- fix: add a keymap to toggle inlay hints for supported versions of
  neovim.
- fix: customise the NormalFloat background colour.
- fix: add LSP configuration for the Lua Language Server.

- refactor: move the lint autocommand to lint.lua
2023-09-23 13:10:38 +01:00
.helpers fix: replace packer with lazy.nvim 2023-04-13 18:41:48 +01:00
nvim fix: update LSP configuration 2023-09-23 13:10:38 +01:00
.gitignore ci: Dagger workflow to publish nvim.d to Code Flow 2023-01-15 05:15:54 +00:00
ci.go ci: Dagger workflow to publish nvim.d to Code Flow 2023-01-15 05:15:54 +00:00
go.mod ci: Dagger workflow to publish nvim.d to Code Flow 2023-01-15 05:15:54 +00:00
go.sum ci: Dagger workflow to publish nvim.d to Code Flow 2023-01-15 05:15:54 +00:00
LICENSE chore: update LICENSE 2023-01-15 05:59:56 +00:00
Makefile feat(go): organise imports on save 2023-05-17 22:37:30 +01:00
README.md docs: update README.md 2023-01-15 06:00:38 +00:00

neovim-config

Neovim configuration for neovim version 0.8.2+.