From 154cbd76a6a9c2f9b749db89e7d0264a9d8faf8c Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sat, 23 Sep 2023 13:56:59 +0100 Subject: [PATCH] checkpoint: document used plugins --- README.asciidoc | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 README.asciidoc diff --git a/README.asciidoc b/README.asciidoc new file mode 100644 index 0000000..4964ff7 --- /dev/null +++ b/README.asciidoc @@ -0,0 +1,54 @@ += Nvim.d + +My Neovim configuration for neovim version 0.9.0+. + +== Dependencies + +== Installation + +== Plugins + +[%header,cols=3*] +|=== +|Name +|Purpose +|Link to source + +|folke/lazy.nvim +|Manages all other neovim plugins. +|https://github.com/folke/lazy.nvim + +|folke/tokyonight.nvim +|Sets the Tokyonight colour scheme for neovim. +|https://github.com/folke/tokyonight.nvim + +|neovim/nvim-lspconfig +|Makes configuring LSP settings in neovim much easier. +|https://github.com/neovim/nvim-lspconfig + +|nvim-treesitter/nvim-treesitter +|An interface for treesitter to provide better highlighting among other functionalities. +|https://github.com/nvim-treesitter/nvim-treesitter + +|akinsho/bufferline.nvim +|For visualising buffers and easy navigation between them. +|https://github.com/akinsho/bufferline.nvim + +|nvim-tree/nvim-web-devicons +|Provides icons that are used in other plugins. +|https://github.com/nvim-tree/nvim-web-devicons + +|is0n/tui-nvim +|Allows you to open terminal programs in neovim. Currently used to integration the LF file manager within neovim. +|https://github.com/is0n/tui-nvim + +|mfussenegger/nvim-lint +|An asynchronous linter plugin complementary to the LSP client. Used for external linters such as golangci-lint and pyls. +|https://github.com/mfussenegger/nvim-lint +|=== + +== Key mappings + + + +== Compatibility