warg 0161ce0a4d fix(mappings): change close pum to C-x
Old C-e mapping interferes with emacs style
2025-02-09 12:57:36 +01:00
2024-10-31 17:55:09 +01:00
2025-01-07 10:25:31 +01:00
2024-01-08 11:19:40 +01:00
2024-08-09 02:03:53 +02:00

My Neovim config.

System Requirements

Only supports Linux, macOS and other BSD variants. Requires latest git master of neovim.

Below is a list of dependencies and the respective plugins that require it.

Dependency Plugins
git lazy, mason
C compiler treesitter, LuaSnip, telescope-fzf-native
make LuaSnip, telescope-fzf-native
curl or wget mason
unzip mason
GNU tar mason
gzip mason

Language servers

Language servers are installed automatically to the nvim data directory (:echo stdpath('data') .. '/mason') upon entering a buffer of related filetype. Automatic installation can be turned off, see the end of this section.

Language server configurations are located at lua/lsp/config/<server>.lua. They can be disabled by setting enable = false.

Some have additional dependencies. If any are missing, a warning is emitted and the server will be disabled automatically. Each dependency is listed in the configuration file.

To disable automatic installation, remove the mason configuration.

License

BSD-3-Clause, see LICENSE for more information.

S
Description
No description provided
Readme Apache-2.0 1.8 MiB
Languages
Lua 74.6%
Tree-sitter Query 24.8%
Vim Script 0.4%
Shell 0.2%