1

Neovim: Update comments

This commit is contained in:
2024-06-05 22:05:25 +02:00
parent 9160166399
commit d9f1ff6856

View File

@ -131,7 +131,6 @@ in {
# TODO: Incremental selection # TODO: Incremental selection
keymaps = import ./keybinds.nix {inherit lib mylib;}; keymaps = import ./keybinds.nix {inherit lib mylib;};
# TODO: Incremental LSP rename
plugins.lazy = { plugins.lazy = {
enable = true; enable = true;
@ -214,7 +213,7 @@ in {
# }; # };
# }; # };
# TODO: In LazyVim require("clang_extensions").setup(opts) is called where opts is the server definition from lspconfig... # NOTE: In LazyVim require("clang_extensions").setup(opts) is called where opts is the server definition from lspconfig...
clangd-extensions = { clangd-extensions = {
name = "clangd-extensions"; name = "clangd-extensions";
pkg = pkgs.vimPlugins.clangd_extensions-nvim; pkg = pkgs.vimPlugins.clangd_extensions-nvim;
@ -373,6 +372,7 @@ in {
''; '';
}; };
# TODO: Only colorize html/css/scss/sass/etc.
colorizer = { colorizer = {
name = "colorizer"; name = "colorizer";
pkg = pkgs.vimPlugins.nvim-colorizer-lua; pkg = pkgs.vimPlugins.nvim-colorizer-lua;
@ -408,7 +408,7 @@ in {
name = "comment"; name = "comment";
pkg = pkgs.vimPlugins.comment-nvim; pkg = pkgs.vimPlugins.comment-nvim;
lazy = false; lazy = false;
# keys = ["<C-c>" "<C-b>"]; # TODO: This list only works in normal mode # keys = ["<C-c>" "<C-b>"]; # NOTE: This list only works in normal mode
dependencies = [ dependencies = [
_ts-context-commentstring _ts-context-commentstring
]; ];
@ -1705,7 +1705,7 @@ in {
# chadtree # NOTE: Using neo-tree # chadtree # NOTE: Using neo-tree
clangd-extensions clangd-extensions
cmp cmp
# colorizer # TODO: Only colorize html/css/scss/sass... # colorizer
comment comment
conform conform
dashboard dashboard