Skip to content

Commit

Permalink
Use the rust-ide setup from lunarvim with neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineGod committed Dec 6, 2022
1 parent 2571cea commit 3ba4771
Show file tree
Hide file tree
Showing 36 changed files with 1,898 additions and 411 deletions.
8 changes: 4 additions & 4 deletions alacritty/.config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: Victor Mono
family: VictorMono Nerd Font Mono

# The `style` can be specified to pick a specific face.
style: Medium
Expand All @@ -129,7 +129,7 @@ font:
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
family: Victor Mono
family: VictorMono Nerd Font Mono

# The `style` can be specified to pick a specific face.
style: Bold
Expand All @@ -140,7 +140,7 @@ font:
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
famaly: Victor Mono
family: VictorMono Nerd Font Mono

# The `style` can be specified to pick a specific face.
style: Medium Italic
Expand All @@ -151,7 +151,7 @@ font:
#
# If the bold italic family is not specified, it will fall back to the
# value specified for the normal font.
family: Victor Mono
family: VictorMono Nerd Font Mono

# The `style` can be specified to pick a specific face.
style: Bold Italic
Expand Down
3 changes: 0 additions & 3 deletions nvim/.config/nvim/coc-settings.json

This file was deleted.

22 changes: 22 additions & 0 deletions nvim/.config/nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
require "user.impatient"
require "user.options"
require "user.keymaps"
require "user.plugins"
require "user.autocommands"
require "user.colorscheme"
require "user.cmp"
require "user.telescope"
require "user.gitsigns"
require "user.treesitter"
require "user.autopairs"
require "user.comment"
require "user.nvim-tree"
require "user.bufferline"
require "user.lualine"
require "user.toggleterm"
require "user.project"
require "user.illuminate"
require "user.indentline"
require "user.alpha"
require "user.lsp"
require "user.dap"
Loading

0 comments on commit 3ba4771

Please sign in to comment.