nvim.d/nvim/lua
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
..
plugins fix: update LSP configuration 2023-09-23 13:10:38 +01:00
statusline fix: rename the config directory to nvim 2023-01-16 19:13:25 +00:00
autocommands.lua fix: update LSP configuration 2023-09-23 13:10:38 +01:00
keymappings.lua fix: rename the config directory to nvim 2023-01-16 19:13:25 +00:00
options.lua fix: replace packer with lazy.nvim 2023-04-13 18:41:48 +01:00