Edited nvim

This commit is contained in:
2024-06-05 22:47:26 +02:00
parent c29c755c14
commit fb76c95d1f
2 changed files with 16 additions and 10 deletions

24
roles/nvim/files/init.lua Executable file → Normal file
View File

@@ -19,7 +19,7 @@ vim.opt.rtp:prepend(lazypath)
-- Add Plugins -- Add Plugins
require("lazy").setup({ require("lazy").setup({
-- Stats -- Stats
{ 'wakatime/vim-wakatime', lazy = false }, { 'wakatime/vim-wakatime', lazy = false },
-- Theme -- Theme
{ {
@@ -27,20 +27,24 @@ require("lazy").setup({
name = "catppuccin.vim", name = "catppuccin.vim",
priority = 1000, priority = 1000,
config = function() config = function()
vim.cmd.colorscheme("catppuccin") vim.cmd.colorscheme("catppuccin-macchiato")
end, end,
}, },
-- Syntax highlighting support -- Syntax highlighting support
"elkowar/yuck.vim", -- "fladson/vim-kitty",
"fladson/vim-kitty",
-- Use "gc" to comment visual regions/lines
{ "numToStr/Comment.nvim", opts = {} },
-- Detect tabstop and shiftwidth automatically -- Comment visual regions/lines
-- "tpope/vim-sleuth", "numToStr/Comment.nvim",
-- Add indentation guides even on blank lines ??? -- Autoclose brackets
{ "m4xshen/autoclose.nvim", opts = {} },
{ "windwp/nvim-ts-autotag", opts = {}, lazy = false }, -- Doesn't work?
-- Surround selection
"tpope/vim-surround",
-- Add indentation guides
{ {
"lukas-reineke/indent-blankline.nvim", "lukas-reineke/indent-blankline.nvim",
main = "ibl", main = "ibl",
@@ -60,7 +64,7 @@ require("lazy").setup({
}, },
}, },
-- LSP (Configuration under "lspconfig") -- LSP
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
dependencies = { dependencies = {

View File

@@ -50,6 +50,7 @@
- maven - maven
- rustup - rustup
- npm - npm
- go
state: present state: present
tags: tags:
- programming_pkgs - programming_pkgs
@@ -133,6 +134,7 @@
- yt-dlp - yt-dlp
- nvtop - nvtop
- nemo - nemo
- nemo-fileroller
- mpv - mpv
# Device configuration # Device configuration
#- openrazer-daemon #- openrazer-daemon