Refactoring

This commit is contained in:
Thomas Naderer
2024-12-25 10:36:21 +01:00
parent 91dbeda101
commit 2dcd9c7e67
4 changed files with 3 additions and 35 deletions

View File

@@ -84,13 +84,6 @@ require('packer').startup(function(use)
use 'junegunn/fzf.vim' use 'junegunn/fzf.vim'
-- }}} -- }}}
-- {{{ Todo Comments
use {
"folke/todo-comments.nvim",
requires = "nvim-lua/plenary.nvim",
}
-- }}}
-- {{{ Cool Startup Dashboard -- {{{ Cool Startup Dashboard
use { use {
'glepnir/dashboard-nvim', 'glepnir/dashboard-nvim',

View File

@@ -1,21 +0,0 @@
require("todo-comments").setup {
signs = true, -- Show icons in the signs column
keywords = {
TODO = { icon = "", color = "info" },
FIXME = { icon = "", color = "error" },
HACK = { icon = "", color = "warning" },
WARN = { icon = "", color = "warning" },
NOTE = { icon = "", color = "hint" },
},
highlight = {
before = "", -- Don't highlight before the keyword
keyword = "wide", -- Highlight the keyword itself
after = "fg", -- Highlight after the keyword
},
search = {
command = "rg", -- Use ripgrep for searching
args = {
"--color=never", "--no-heading", "--with-filename", "--line-number", "--column",
},
},
}

View File

@@ -6,3 +6,4 @@ vim.opt.expandtab = true -- Use spaces instead of tabs
-- Coloscheme -- Coloscheme
vim.cmd [[colorscheme tokyonight]] vim.cmd [[colorscheme tokyonight]]
vim.cmd [[set spelllang=en]]

View File

@@ -177,16 +177,11 @@ _G.packer_plugins = {
url = "https://github.com/HiPhish/rainbow-delimiters.nvim" url = "https://github.com/HiPhish/rainbow-delimiters.nvim"
}, },
["telescope.nvim"] = { ["telescope.nvim"] = {
config = { "\27LJ\2\n\3\0\0\6\0\16\0!6\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\4\0'\4\5\0005\5\6\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\a\0'\4\b\0005\5\t\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\n\0'\4\v\0005\5\f\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\r\0'\4\14\0005\5\15\0B\0\5\1K\0\1\0\1\0\2\vsilent\2\fnoremap\2\29:Telescope help_tags<CR>\15<leader>fh\1\0\2\vsilent\2\fnoremap\2\27:Telescope buffers<CR>\15<leader>fb\1\0\2\vsilent\2\fnoremap\2\29:Telescope live_grep<CR>\15<leader>fg\1\0\2\vsilent\2\fnoremap\2\30:Telescope find_files<CR>\15<leader>ff\6n\20nvim_set_keymap\bapi\bvim\0" }, config = { "\27LJ\2\n\3\0\0\6\0\16\0!6\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\4\0'\4\5\0005\5\6\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\a\0'\4\b\0005\5\t\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\n\0'\4\v\0005\5\f\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\r\0'\4\14\0005\5\15\0B\0\5\1K\0\1\0\1\0\2\fnoremap\2\vsilent\2\29:Telescope help_tags<CR>\15<leader>fh\1\0\2\fnoremap\2\vsilent\2\27:Telescope buffers<CR>\15<leader>fb\1\0\2\fnoremap\2\vsilent\2\29:Telescope live_grep<CR>\15<leader>fg\1\0\2\fnoremap\2\vsilent\2\30:Telescope find_files<CR>\15<leader>ff\6n\20nvim_set_keymap\bapi\bvim\0" },
loaded = true, loaded = true,
path = "/Users/thomasnaderer/.local/share/nvim/site/pack/packer/start/telescope.nvim", path = "/Users/thomasnaderer/.local/share/nvim/site/pack/packer/start/telescope.nvim",
url = "https://github.com/nvim-telescope/telescope.nvim" url = "https://github.com/nvim-telescope/telescope.nvim"
}, },
["todo-comments.nvim"] = {
loaded = true,
path = "/Users/thomasnaderer/.local/share/nvim/site/pack/packer/start/todo-comments.nvim",
url = "https://github.com/folke/todo-comments.nvim"
},
["tokyonight.nvim"] = { ["tokyonight.nvim"] = {
loaded = true, loaded = true,
path = "/Users/thomasnaderer/.local/share/nvim/site/pack/packer/start/tokyonight.nvim", path = "/Users/thomasnaderer/.local/share/nvim/site/pack/packer/start/tokyonight.nvim",
@@ -224,7 +219,7 @@ try_loadstring("\27LJ\2\n?\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K
time([[Config for nvim-tree.lua]], false) time([[Config for nvim-tree.lua]], false)
-- Config for: telescope.nvim -- Config for: telescope.nvim
time([[Config for telescope.nvim]], true) time([[Config for telescope.nvim]], true)
try_loadstring("\27LJ\2\n\3\0\0\6\0\16\0!6\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\4\0'\4\5\0005\5\6\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\a\0'\4\b\0005\5\t\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\n\0'\4\v\0005\5\f\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\r\0'\4\14\0005\5\15\0B\0\5\1K\0\1\0\1\0\2\vsilent\2\fnoremap\2\29:Telescope help_tags<CR>\15<leader>fh\1\0\2\vsilent\2\fnoremap\2\27:Telescope buffers<CR>\15<leader>fb\1\0\2\vsilent\2\fnoremap\2\29:Telescope live_grep<CR>\15<leader>fg\1\0\2\vsilent\2\fnoremap\2\30:Telescope find_files<CR>\15<leader>ff\6n\20nvim_set_keymap\bapi\bvim\0", "config", "telescope.nvim") try_loadstring("\27LJ\2\n\3\0\0\6\0\16\0!6\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\4\0'\4\5\0005\5\6\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\a\0'\4\b\0005\5\t\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\n\0'\4\v\0005\5\f\0B\0\5\0016\0\0\0009\0\1\0009\0\2\0'\2\3\0'\3\r\0'\4\14\0005\5\15\0B\0\5\1K\0\1\0\1\0\2\fnoremap\2\vsilent\2\29:Telescope help_tags<CR>\15<leader>fh\1\0\2\fnoremap\2\vsilent\2\27:Telescope buffers<CR>\15<leader>fb\1\0\2\fnoremap\2\vsilent\2\29:Telescope live_grep<CR>\15<leader>fg\1\0\2\fnoremap\2\vsilent\2\30:Telescope find_files<CR>\15<leader>ff\6n\20nvim_set_keymap\bapi\bvim\0", "config", "telescope.nvim")
time([[Config for telescope.nvim]], false) time([[Config for telescope.nvim]], false)
-- Load plugins in order defined by `after` -- Load plugins in order defined by `after`
time([[Sequenced loading]], true) time([[Sequenced loading]], true)