feat: todos, decman config almost complete
This commit is contained in:
@@ -2,7 +2,7 @@ import decman
|
||||
from decman.plugins import pacman, aur
|
||||
|
||||
|
||||
class NeovimModule(decman.Module):
|
||||
class Neovim(decman.Module):
|
||||
def __init__(self):
|
||||
"""Neovim Packages"""
|
||||
super().__init__("neovim")
|
||||
@@ -15,6 +15,7 @@ class NeovimModule(decman.Module):
|
||||
"lua-language-server",
|
||||
"tree-sitter",
|
||||
"tree-sitter-cli",
|
||||
"shell-color-scripts-git",
|
||||
"stylua",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user