From c41de9c07d7e700179ae99a2276073be18ab5287 Mon Sep 17 00:00:00 2001 From: RayHammer Date: Fri, 12 May 2023 19:37:08 +0200 Subject: Added .gitignore --- .gitignore | 2 ++ lua/.luarc.json | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .gitignore create mode 100644 lua/.luarc.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..088fd9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +autoload/ +lua/config/.luarc.json diff --git a/lua/.luarc.json b/lua/.luarc.json new file mode 100644 index 0000000..0e0f845 --- /dev/null +++ b/lua/.luarc.json @@ -0,0 +1,40 @@ +{ + "workspace.library": [ + "/home/rayhammer/.config/nvim", + "/home/rayhammer/.local/share/nvim/plugged/nvim-lspconfig", + "/home/rayhammer/.local/share/nvim/plugged/mason.nvim", + "/home/rayhammer/.local/share/nvim/plugged/mason-lspconfig.nvim", + "/home/rayhammer/.local/share/nvim/plugged/nvim-cmp", + "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lsp", + "/home/rayhammer/.local/share/nvim/plugged/cmp-buffer", + "/home/rayhammer/.local/share/nvim/plugged/cmp-path", + "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lua", + "/home/rayhammer/.local/share/nvim/plugged/cmp-vsnip", + "/home/rayhammer/.local/share/nvim/plugged/vim-vsnip", + "/home/rayhammer/.local/share/nvim/plugged/neoformat", + "/home/rayhammer/.local/share/nvim/plugged/formatter.nvim", + "/home/rayhammer/.local/share/nvim/plugged/vim-be-good", + "/home/rayhammer/.local/share/nvim/plugged/vim-moonfly-colors", + "/home/rayhammer/.local/share/nvim/plugged/plenary.nvim", + "/home/rayhammer/.local/share/nvim/plugged/nui.nvim", + "/home/rayhammer/.local/share/nvim/plugged/neo-tree.nvim", + "/home/rayhammer/.local/share/nvim/plugged/nnn.vim", + "/home/rayhammer/.local/share/nvim/plugged/vim-fugitive", + "/home/rayhammer/.local/share/nvim/plugged/vim-gitgutter", + "/home/rayhammer/.local/share/nvim/plugged/ale", + "/home/rayhammer/.local/share/nvim/plugged/vim-godot", + "/home/rayhammer/.local/share/nvim/plugged/omnisharp-vim", + "/etc/xdg/nvim", + "/home/rayhammer/.local/share/nvim/site", + "/usr/share/nvim/runtime", + "/usr/lib/nvim", + "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lsp/after", + "/home/rayhammer/.local/share/nvim/plugged/cmp-buffer/after", + "/home/rayhammer/.local/share/nvim/plugged/cmp-path/after", + "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lua/after", + "/home/rayhammer/.local/share/nvim/plugged/cmp-vsnip/after", + "/home/rayhammer/.local/share/nvim/plugged/vim-moonfly-colors/after", + "/usr/share/vim/vimfiles", + "${3rd}/luassert/library" + ] +} \ No newline at end of file -- cgit v1.2.3