all repos

init.lua @ 3a11abd

my nvim config
1 files changed, 2 insertions(+), 1 deletions(-)
adds editorconfig.nvim
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-22 20:43:00 +0200
Parent: 8d08183
M lua/plugin.lua

@@ -6,6 +6,7 @@ use "nvim-lua/plenary.nvim"

use "kyazdani42/nvim-web-devicons" use "rmehri01/onenord.nvim" -- theme use "antoinemadec/FixCursorHold.nvim" + use "gpanders/editorconfig.nvim" use { "lewis6991/impatient.nvim", config = "require'impatient'" } use { "tpope/vim-surround", keys = { "c", "d", "y" } }

@@ -28,7 +29,7 @@ use { "nvim-lualine/lualine.nvim", config = get_config "plugin.statusline" }

use { "folke/todo-comments.nvim", config = get_config "todo-comments" } use { "goolord/alpha-nvim", config = get_config "plugin.alpha" } - -- othe menus :D + -- another menus :D use { "kyazdani42/nvim-tree.lua", cmd = "NvimTreeToggle", config = get_config "plugin.nvimtree" } use { "folke/trouble.nvim", cmd = { "Trouble", "TroubleToggle" }, config = get_config "trouble" }