1

Neovim: Update neovim config comments

This commit is contained in:
2024-10-10 14:17:37 +02:00
parent dbd40e61c2
commit 1cebc65893

View File

@ -99,6 +99,8 @@ in {
globals = { globals = {
mapleader = " "; mapleader = " ";
# TODO: Set this differntly and actually move local keybindings to this, e.g. for LaTeX
mallocalleader = " "; mallocalleader = " ";
}; };
@ -979,7 +981,6 @@ in {
}; };
}; };
# TODO: Snippet configs (e.g. LaTeX)
luasnip = { luasnip = {
name = "luasnip"; name = "luasnip";
pkg = pkgs.vimPlugins.luasnip; pkg = pkgs.vimPlugins.luasnip;
@ -1694,7 +1695,7 @@ in {
haskell-tools # Haskell integration haskell-tools # Haskell integration
illuminate # Highlight usages of word under cursor illuminate # Highlight usages of word under cursor
# incline # Statuslines for each window # TODO: Bad styling # incline # Statuslines for each window # TODO: Cool but bad styling
intellitab # Indent to the correct level on blanklines intellitab # Indent to the correct level on blanklines
jdtls # Eclipse JDT language server integration for Java jdtls # Eclipse JDT language server integration for Java
@ -1704,7 +1705,7 @@ in {
lspconfig # Language server configurations for different languages lspconfig # Language server configurations for different languages
lualine # Status line lualine # Status line
luasnip # Snippets # TODO: No snippets yet, figure out how to add them. Maybe use luasnip from nixvim luasnip # Snippets # TODO: How to add snippets, maybe use luasnip from nixvim directly?
markview # Markdown support markview # Markdown support
# narrow-region # Open a buffer restricted to the selection # narrow-region # Open a buffer restricted to the selection