summaryrefslogtreecommitdiff
path: root/fnl/plugins.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-10 02:12:24 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-10 02:12:24 +0200
commit8a155255d22685a2f6eb572915c4efcaa786a7db (patch)
tree07e3aa6df8647e61736046c4b01d3876b7203bc3 /fnl/plugins.fnl
parent46fa82bd5e5e5d0cffeb5216dfe4eccf4826ef74 (diff)
Remove comments in plugins
Diffstat (limited to 'fnl/plugins.fnl')
-rw-r--r--fnl/plugins.fnl15
1 files changed, 0 insertions, 15 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl
index 751e128..421bce9 100644
--- a/fnl/plugins.fnl
+++ b/fnl/plugins.fnl
@@ -2,26 +2,16 @@
(module plugins)
(def plugins {:wbthomason/packer.nvim {}
- ;; Have packer manage itself
:lewis6991/impatient.nvim {}
:Olical/aniseed {}
:nvim-lua/popup.nvim {}
- ;; An implementation of the Popup API from vim in Neovim
:nvim-lua/plenary.nvim {}
- ;; Useful lua functions used ny lots of plugins
- ;; Colorschemes
:aktersnurra/no-clown-fiesta.nvim {}
- ;; LSP
:hrsh7th/nvim-cmp {}
- ;; The completion plugin
:hrsh7th/cmp-buffer {}
- ;; buffer completions
:hrsh7th/cmp-path {}
- ;; path completions
:hrsh7th/cmp-cmdline {}
- ;; cmdline completions
:saadparwaiz1/cmp_luasnip {}
- ;; snippet completions
:onsails/lspkind-nvim {}
:hrsh7th/cmp-nvim-lsp {}
:neovim/nvim-lspconfig {}
@@ -29,18 +19,14 @@
:tamago324/nlsp-settings.nvim {}
:jose-elias-alvarez/null-ls.nvim {}
:b0o/SchemaStore.nvim {}
- ;; Snippets
:L3MON4D3/LuaSnip {}
:rafamadriz/friendly-snippets {}
- ;; Telescope
:nvim-telescope/telescope.nvim {:requires :nvim-lua/plenary.nvim}
:nvim-telescope/telescope-fzf-native.nvim {:run :make}
:nvim-telescope/telescope-file-browser.nvim {}
- ;; Treesitter
:nvim-treesitter/nvim-treesitter {:run ":TSUpdate"}
:JoosepAlviste/nvim-ts-context-commentstring {}
:nvim-treesitter/playground {}
- ;; Miscellaneous plugins
:windwp/nvim-autopairs {}
:numToStr/Comment.nvim {}
:lewis6991/gitsigns.nvim {}
@@ -52,7 +38,6 @@
:ahmedkhalf/project.nvim {}
:goolord/alpha-nvim {}
:antoinemadec/FixCursorHold.nvim {}
- ;; This is needed to fix lsp doc highlight
:folke/which-key.nvim {}
:folke/zen-mode.nvim {}
:windwp/nvim-spectre {}