diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-02 01:20:36 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-02 01:20:36 -0500 |
| commit | 8d817563af79246ce2453f9cb667460fcd62dfb3 (patch) | |
| tree | eda8792058f442d3d3d0b2744f8c176199ac1d68 /init.lua | |
| parent | 140623d2797f79ab4aecbb4db349207127ff09bc (diff) | |
| download | nvim-config-8d817563af79246ce2453f9cb667460fcd62dfb3.tar.gz nvim-config-8d817563af79246ce2453f9cb667460fcd62dfb3.tar.xz | |
Add vim-go. Also exclude some language servers from OpenBSD
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ require('packer').startup(function(use) use 'numToStr/Comment.nvim' -- "gc" to comment visual regions/lines + use 'fatih/vim-go' + end) require('symbols-outline').setup { |
